File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
dev/tests/integration/testsuite/Magento/Cms/Model/Wysiwyg Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ class ConfigTest extends \PHPUnit\Framework\TestCase
18
18
*/
19
19
private $ model ;
20
20
21
+ /**
22
+ * {@inheritdoc}
23
+ */
21
24
protected function setUp ()
22
25
{
23
26
$ objectManager = Bootstrap::getObjectManager ();
@@ -26,6 +29,8 @@ protected function setUp()
26
29
27
30
/**
28
31
* Tests that config returns valid config array in it
32
+ *
33
+ * @return void
29
34
*/
30
35
public function testGetConfig ()
31
36
{
@@ -35,6 +40,8 @@ public function testGetConfig()
35
40
36
41
/**
37
42
* Tests that config returns right urls going to the published library path
43
+ *
44
+ * @return void
38
45
*/
39
46
public function testGetConfigCssUrls ()
40
47
{
@@ -53,6 +60,7 @@ public function testGetConfigCssUrls()
53
60
54
61
/**
55
62
* Test enabled module is able to modify WYSIWYG config
63
+ *
56
64
* @return void
57
65
*
58
66
* @magentoConfigFixture default/cms/wysiwyg/editor testAdapter
You can’t perform that action at this time.
0 commit comments