8000 replace the deprecated assertDirectoryNotExists() method · symfony/symfony@9fd8a94 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9fd8a94

Browse files
committed
replace the deprecated assertDirectoryNotExists() method
1 parent 58166df commit 9fd8a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Filesystem/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-
$< 4D95 /span>this->assertDirectoryNotExists($link);
828+
$this->assertDirectoryDoesNotExist($link);
829829
}
830830

831831
public function testSymlinkIsOverwrittenIfPointsToDifferentTarget()

0 commit comments

Comments
 (0)
0