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.
2 parents 8976871 + ff1f352 commit afbce4eCopy full SHA for afbce4e
Tests/FilesystemTest.php
@@ -865,7 +865,7 @@ public function testRemoveSymlink()
865
866
$this->assertFalse(is_link($link));
867
$this->assertFalse(is_file($link));
868
- $this->assertDirectoryNotExists($link);
+ $this->assertDirectoryDoesNotExist($link);
869
}
870
871
public function testSymlinkIsOverwrittenIfPointsToDifferentTarget()
0 commit comments