Skip to content

Commit ff1f352

Browse files
committed
stop using deprecated PHPUnit APIs
1 parent dcb133f commit ff1f352

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
@@ -821,7 +821,7 @@ public function testRemoveSymlink()
821821

822822
$this->assertFalse(is_link($link));
823823
$this->assertFalse(is_file($link));
824-
$this->assertDirectoryNotExists($link);
824+
$this->assertDirectoryDoesNotExist($link);
825825
}
826826

827827
public function testSymlinkIsOverwrittenIfPointsToDifferentTarget()

0 commit comments

Comments
 (0)