We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f64c61 commit 997fa6dCopy full SHA for 997fa6d
Tests/FilesystemTest.php
@@ -376,7 +376,7 @@ public function testRemoveCleansInvalidLinks()
376
377
// create symlink to nonexistent dir
378
rmdir($basePath.'dir');
379
- $this->assertFalse(is_dir($basePath.'dir-link'));
+ $this->assertDirectoryNotExists($basePath.'dir-link');
380
381
$this->filesystem->remove($basePath);
382
0 commit comments