We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8b27b commit 78a93e5Copy full SHA for 78a93e5
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