We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732c065 commit e1a5489Copy full SHA for e1a5489
lib/internal/Magento/Framework/Test/Unit/Filesystem/Directory/PathValidatorTest.php
@@ -79,7 +79,7 @@ public function testValidateWithoutAbsolutePath()
79
/**
80
* @return void
81
* @expectedException \Magento\Framework\Exception\ValidatorException
82
- * @expectedExceptionMessageRegExp /^Path ".+/static/testFile.txt" cannot be used with directory ".+/pub/static/"$/
+ * @expectedExceptionMessageRegExp #^Path ".+/static/testFile.txt" cannot be used with directory ".+/pub/static/"$#
83
*/
84
public function testValidateWithWrongPath()
85
{
0 commit comments