Skip to content

Commit 39c1848

Browse files
committed
MAGETWO-90531: WYSIWYG shows special character button in toolbar on product page - when test module is enabled
- fix php static
1 parent 16de60b commit 39c1848

File tree

1 file changed

+8
-0
lines changed
  • dev/tests/integration/testsuite/Magento/Cms/Model/Wysiwyg

1 file changed

+8
-0
lines changed

dev/tests/integration/testsuite/Magento/Cms/Model/Wysiwyg/ConfigTest.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ class ConfigTest extends \PHPUnit\Framework\TestCase
1818
*/
1919
private $model;
2020

21+
/**
22+
* {@inheritdoc}
23+
*/
2124
protected function setUp()
2225
{
2326
$objectManager = Bootstrap::getObjectManager();
@@ -26,6 +29,8 @@ protected function setUp()
2629

2730
/**
2831
* Tests that config returns valid config array in it
32+
*
33+
* @return void
2934
*/
3035
public function testGetConfig()
3136
{
@@ -35,6 +40,8 @@ public function testGetConfig()
3540

3641
/**
3742
* Tests that config returns right urls going to the published library path
43+
*
44+
* @return void
3845
*/
3946
public function testGetConfigCssUrls()
4047
{
@@ -53,6 +60,7 @@ public function testGetConfigCssUrls()
5360

5461
/**
5562
* Test enabled module is able to modify WYSIWYG config
63+
*
5664
* @return void
5765
*
5866
* @magentoConfigFixture default/cms/wysiwyg/editor testAdapter

0 commit comments

Comments
 (0)