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 43b21e8 commit 450ae0aCopy full SHA for 450ae0a
Tests/FilesystemTest.php
@@ -825,7 +825,7 @@ public function testRemoveSymlink()
825
826
$this->assertFalse(is_link($link));
827
$this->assertFalse(is_file($link));
828
- $this->assertDirectoryNotExists($link);
+ $this->assertDirectoryDoesNotExist($link);
829
}
830
831
public function testSymlinkIsOverwrittenIfPointsToDifferentTarget()
0 commit comments