10000
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 e4d4428 commit 311a944Copy full SHA for 311a944
src/Symfony/Component/Filesystem/Tests/LockHandlerTest.php
@@ -24,7 +24,7 @@ class LockHandlerTest extends TestCase
24
public function testConstructWhenRepositoryDoesNotExist()
25
{
26
$this->expectException('Symfony\Component\Filesystem\Exception\IOException');
27
- $this->expectExceptionMessage('Failed to create "/a/b/c/d/e": mkdir(): Permission denied.');
+ $this->expectExceptionMessage('Failed to create "/a/b/c/d/e": mkdir(): Permission denied');
28
if (!getenv('USER') || 'root' === getenv('USER')) {
29
$this->markTestSkipped('This test will fail if run under superuser');
30
}
0 commit comments