Skip to content

Commit e13c4c5

Browse files
committed
MAGETWO-95621: Path Validation in Templates
1 parent 56a7e9f commit e13c4c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/internal/Magento/Framework/View/Test/Unit/Element/Template/File/ValidatorTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ protected function setUp()
8181
[],
8282
[],
8383
'',
84-
false);
84+
false
85+
);
8586
$this->compiledDirectoryMock = $this->getMock(
8687
\Magento\Framework\Filesystem\Directory\ReadInterface::class,
8788
[],

0 commit comments

Comments
 (0)