Skip to content

Commit 997fa6d

Browse files
Run php-cs-fixer
1 parent 8f64c61 commit 997fa6d

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
@@ -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)