File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
dev/tests/integration/testsuite/Magento/PageCache/Model Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,15 @@ protected function setUp()
50
50
);
51
51
}
52
52
53
+ // @codingStandardsIgnoreStart
53
54
/**
54
55
* @magentoConfigFixture default/system/full_page_cache/varnish/backend_host example.com
55
56
* @magentoConfigFixture default/system/full_page_cache/varnish/backend_port 8080
56
57
* @magentoConfigFixture default/system/full_page_cache/varnish/access_list 127.0.0.1,192.168.0.1,127.0.0.2
57
58
* @magentoConfigFixture current_store design/theme/ua_regexp {"_":{"regexp":"\/firefox\/i","value":"Magento\/blank"}}
58
59
* @magentoAppIsolation enabled
59
60
*/
61
+ // @codingStandardsIgnoreEnd
60
62
public function testGetVclFile ()
61
63
{
62
64
$ result = $ this ->config ->getVclFile (Config::VARNISH_5_CONFIGURATION_PATH );
You can’t perform that action at this time.
0 commit comments