File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
dev/tests/integration/testsuite/Magento/Cms/Helper/Wysiwyg Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 7
7
8
8
use Magento \Framework \App \Filesystem \DirectoryList ;
9
9
10
+ /**
11
+ * @magentoAppArea adminhtml
12
+ */
10
13
class ImagesTest extends \PHPUnit \Framework \TestCase
11
14
{
12
15
public function testGetStorageRoot ()
@@ -23,6 +26,12 @@ public function testGetStorageRoot()
23
26
$ this ->assertStringStartsWith ($ mediaPath , $ helper ->getStorageRoot ());
24
27
}
25
28
29
+ /**
30
+ * @magentoConfigFixture default_store admin/url/use_custom 1
31
+ * @magentoConfigFixture default_store admin/url/custom http://backend/
32
+ * @magentoConfigFixture admin_store web/secure/base_url http://backend/
33
+ * @magentoConfigFixture admin_store web/unsecure/base_url http://backend/
34
+ */
26
35
public function testGetCurrentUrl ()
27
36
{
28
37
$ helper = \Magento \TestFramework \Helper \Bootstrap::getObjectManager ()->create (
You can’t perform that action at this time.
0 commit comments