Skip to content

Commit cce4ed3

Browse files
Fix merge
1 parent ae3e8d2 commit cce4ed3

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
@@ -376,7 +376,7 @@ public function testRemoveCleansInvalidLinks()
376376

377377
// create symlink to nonexistent dir
378378
rmdir($basePath.'dir');
379-
$this->assertDirectoryNotExists($basePath.'dir-link');
379+
$this->assertFalse(is_dir($basePath.'dir-link'));
380380

381381
$this->filesystem->remove($basePath);
382382

0 commit comments

Comments
 (0)