8000 fix for fabbot · symfony/symfony@9701a5a · GitHub
[go: up one dir, main page]

Skip to content

Commit 9701a5a

Browse files
committed
fix for fabbot
1 parent c6c075a commit 9701a5a

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->assertFalse(is_dir($basePath.'dir-link'));
379+
$this->assertDirectoryNotExists($basePath.'dir-link');
380380

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

0 commit comments

Comments
 (0)
0