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 db9ef77 commit 5f3c6c9Copy full SHA for 5f3c6c9
Tests/FinderTest.php
@@ -697,7 +697,7 @@ public function testAccessDeniedException()
697
698
// restore original permissions
699
chmod($testDir, 0777);
700
- clearstatcache($testDir);
+ clearstatcache(true, $testDir);
701
702
if ($couldRead) {
703
$this->markTestSkipped('could read test files while test requires unreadable');
@@ -723,7 +723,7 @@ public function testIgnoredAccessDeniedException()
723
724
725
726
727
728
729
0 commit comments