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 9a963fc commit 19dded6Copy full SHA for 19dded6
Tests/DeprecationErrorHandler/ConfigurationTest.php
@@ -387,7 +387,7 @@ public function testBaselineFileWriteError()
387
$filename = $this->createFile();
388
chmod($filename, 0444);
389
$this->expectError();
390
- $this->expectErrorMessageMatches('/failed to open stream: Permission denied/');
+ $this->expectErrorMessageMatches('/[Ff]ailed to open stream: Permission denied/');
391
$configuration = Configuration::fromUrlEncodedString('generateBaseline=true&baselineFile=' . urlencode($filename));
392
$configuration->writeBaseline();
393
}
0 commit comments