Skip to content

Commit eaeafea

Browse files
committed
Set area for test so the theme can be loaded
1 parent 08466c5 commit eaeafea

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

dev/tests/integration/testsuite/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/DeleteFilesTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
/**
1212
* Test for \Magento\Cms\Controller\Adminhtml\Wysiwyg\Images\DeleteFiles class.
13+
*
14+
* @magentoAppArea adminhtml
1315
*/
1416
class DeleteFilesTest extends \PHPUnit\Framework\TestCase
1517
{

dev/tests/integration/testsuite/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/DeleteFolderTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
/**
1212
* Test for \Magento\Cms\Controller\Adminhtml\Wysiwyg\Images\DeleteFolder class.
13+
*
14+
* @magentoAppArea adminhtml
1315
*/
1416
class DeleteFolderTest extends \PHPUnit\Framework\TestCase
1517
{

dev/tests/integration/testsuite/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/NewFolderTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
/**
1212
* Test for \Magento\Cms\Controller\Adminhtml\Wysiwyg\Images\NewFolder class.
13+
*
14+
* @magentoAppArea adminhtml
1315
*/
1416
class NewFolderTest extends \PHPUnit\Framework\TestCase
1517
{

dev/tests/integration/testsuite/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/UploadTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
/**
1212
* Test for \Magento\Cms\Controller\Adminhtml\Wysiwyg\Images\Upload class.
13+
*
14+
* @magentoAppArea adminhtml
1315
*/
1416
class UploadTest extends \PHPUnit\Framework\TestCase
1517
{

0 commit comments

Comments
 (0)