Skip to content

Commit e1a5489

Browse files
committed
MAGETWO-95628: Filesystem Directory Improvement
1 parent 732c065 commit e1a5489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Test/Unit/Filesystem/Directory/PathValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function testValidateWithoutAbsolutePath()
7979
/**
8080
* @return void
8181
* @expectedException \Magento\Framework\Exception\ValidatorException
82-
* @expectedExceptionMessageRegExp /^Path ".+/static/testFile.txt" cannot be used with directory ".+/pub/static/"$/
82+
* @expectedExceptionMessageRegExp #^Path ".+/static/testFile.txt" cannot be used with directory ".+/pub/static/"$#
8383
*/
8484
public function testValidateWithWrongPath()
8585
{

0 commit comments

Comments
 (0)