Skip to content

Commit 53ecd5f

Browse files
author
Igor Melnikov
committed
MAGETWO-63316: Increase setup version of the modules that have higher version in 2.1 branch
- fixing integration test after merging with upstream
1 parent a1254f9 commit 53ecd5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/tests/integration/testsuite/Magento/PageCache/Model/ConfigTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,15 @@ protected function setUp()
5050
);
5151
}
5252

53+
// @codingStandardsIgnoreStart
5354
/**
5455
* @magentoConfigFixture default/system/full_page_cache/varnish/backend_host example.com
5556
* @magentoConfigFixture default/system/full_page_cache/varnish/backend_port 8080
5657
* @magentoConfigFixture default/system/full_page_cache/varnish/access_list 127.0.0.1,192.168.0.1,127.0.0.2
5758
* @magentoConfigFixture current_store design/theme/ua_regexp {"_":{"regexp":"\/firefox\/i","value":"Magento\/blank"}}
5859
* @magentoAppIsolation enabled
5960
*/
61+
// @codingStandardsIgnoreEnd
6062
public function testGetVclFile()
6163
{
6264
$result = $this->config->getVclFile(Config::VARNISH_5_CONFIGURATION_PATH);

0 commit comments

Comments
 (0)