Skip to content

Commit 7f1b58a

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

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/code/Magento/PageCache/Model/VclGeneratorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ interface VclGeneratorInterface
1818
* @return string
1919
*/
2020
public function generateVcl($version);
21-
}
21+
}

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ protected function setUp()
4343
$this->returnValue(file_get_contents(__DIR__ . '/_files/test.vcl'))
4444
);
4545

46-
4746
/** @var \PHPUnit_Framework_MockObject_MockObject $vclTemplateLocator */
4847
$vclTemplateLocator = $this->getMockBuilder(\Magento\PageCache\Model\Varnish\VclTemplateLocator::class)
4948
->disableOriginalConstructor()

0 commit comments

Comments
 (0)