Thanks to visit codestin.com Credit goes to github.com
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 e1dc08b commit 596b981Copy full SHA for 596b981
src/Symfony/Component/Finder/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