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 dcb133f commit ff1f352Copy full SHA for ff1f352
Tests/FilesystemTest.php
@@ -821,7 +821,7 @@ public function testRemoveSymlink()
821
822
$this->assertFalse(is_link($link));
823
$this->assertFalse(is_file($link));
824
- $this->assertDirectoryNotExists($link);
+ $this->assertDirectoryDoesNotExist($link);
825
}
826
827
public function testSymlinkIsOverwrittenIfPointsToDifferentTarget()
0 commit comments