Skip to content

Commit 1776493

Browse files
committed
CE-33707: Fixed static-tests
1 parent 2be00e8 commit 1776493

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/Cms/Test/Unit/Controller/Adminhtml/Wysiwyg/DirectiveTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
use Psr\Log\LoggerInterface;
3030

3131
/**
32-
* @covers Directive
32+
* @covers \Magento\Cms\Controller\Adminhtml\Wysiwyg\Directive
3333
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
3434
*/
3535
class DirectiveTest extends TestCase
@@ -206,7 +206,7 @@ protected function setUp(): void
206206

207207
/**
208208
* @return void
209-
* @covers Directive::execute
209+
* @covers \Magento\Cms\Controller\Adminhtml\Wysiwyg\Directive::execute
210210
*/
211211
public function testExecute(): void
212212
{
@@ -249,7 +249,7 @@ public function testExecute(): void
249249

250250
/**
251251
* @return void
252-
* @covers Directive::execute
252+
* @covers \Magento\Cms\Controller\Adminhtml\Wysiwyg\Directive::execute
253253
*/
254254
public function testExecuteException(): void
255255
{
@@ -331,7 +331,7 @@ protected function prepareExecuteTest(): void
331331
* Test Execute With Deleted Image
332332
*
333333
* @return void
334-
* @covers Directive::execute
334+
* @covers \Magento\Cms\Controller\Adminhtml\Wysiwyg\Directive::execute
335335
*/
336336
public function testExecuteWithDeletedImage(): void
337337
{

0 commit comments

Comments
 (0)