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 997fa6d commit 0b9f789Copy full SHA for 0b9f789
Tests/FilesystemTest.php
@@ -376,7 +376,7 @@ public function testRemoveCleansInvalidLinks()
376
377
// create symlink to nonexistent dir
378
rmdir($basePath.'dir');
379
- $this->assertDirectoryNotExists($basePath.'dir-link');
+ $this->assertFalse(is_dir($basePath.'dir-link'));
380
381
$this->filesystem->remove($basePath);
382
0 commit comments