Skip to content

Commit 18e4394

Browse files
committed
MAGETWO-67537: [WIP] Varnish Vcl generator command #9286
- fixed static and integration tests
1 parent 7f1b58a commit 18e4394

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/PageCache/Test/Unit/Model/ConfigTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;
1010
use Magento\PageCache\Model\Config;
1111

12+
/**
13+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
14+
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
15+
*/
1216
class ConfigTest extends \PHPUnit_Framework_TestCase
1317
{
1418
/**

0 commit comments

Comments
 (0)