Skip to content

Commit a5d68a5

Browse files
author
Stanislav Idolov
committed
Fixed static test failures
1 parent 12f7e9c commit a5d68a5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/code/Magento/Theme/Test/Unit/Model/Wysiwyg/StorageTest.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
/**
8-
* Storage model test
9-
*/
107
namespace Magento\Theme\Test\Unit\Model\Wysiwyg;
118

9+
/**
10+
* Class StorageTest
11+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
12+
*/
1213
class StorageTest extends \PHPUnit_Framework_TestCase
1314
{
1415
/**

0 commit comments

Comments
 (0)