File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Cms/Test/Unit/Controller/Adminhtml/Wysiwyg Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
use Psr \Log \LoggerInterface ;
30
30
31
31
/**
32
- * @covers Directive
32
+ * @covers \Magento\Cms\Controller\Adminhtml\Wysiwyg\ Directive
33
33
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
34
34
*/
35
35
class DirectiveTest extends TestCase
@@ -206,7 +206,7 @@ protected function setUp(): void
206
206
207
207
/**
208
208
* @return void
209
- * @covers Directive::execute
209
+ * @covers \Magento\Cms\Controller\Adminhtml\Wysiwyg\ Directive::execute
210
210
*/
211
211
public function testExecute (): void
212
212
{
@@ -249,7 +249,7 @@ public function testExecute(): void
249
249
250
250
/**
251
251
* @return void
252
- * @covers Directive::execute
252
+ * @covers \Magento\Cms\Controller\Adminhtml\Wysiwyg\ Directive::execute
253
253
*/
254
254
public function testExecuteException (): void
255
255
{
@@ -331,7 +331,7 @@ protected function prepareExecuteTest(): void
331
331
* Test Execute With Deleted Image
332
332
*
333
333
* @return void
334
- * @covers Directive::execute
334
+ * @covers \Magento\Cms\Controller\Adminhtml\Wysiwyg\ Directive::execute
335
335
*/
336
336
public function testExecuteWithDeletedImage (): void
337
337
{
You can’t perform that action at this time.
0 commit comments