Skip to content

Commit 450ae0a

Browse files
committed
replace the deprecated assertDirectoryNotExists() method
1 parent 43b21e8 commit 450ae0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/FilesystemTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ public function testRemoveSymlink()
825825

826826
$this->assertFalse(is_link($link));
827827
$this->assertFalse(is_file($link));
828-
$this->assertDirectoryNotExists($link);
828+
$this->assertDirectoryDoesNotExist($link);
829829
}
830830

831831
public function testSymlinkIsOverwrittenIfPointsToDifferentTarget()

0 commit comments

Comments
 (0)