Skip to content

Commit fd5717e

Browse files
committed
Merge branch '3.4' into 4.1
* 3.4: [Tests] Change to willThrowException [Console] fix PHPDoc in Command Fix wrong calls to clearstatcache Add Vietnamese translation for validators Allow running PHPUnit with "xdebug.scream" ON [Yaml] detect circular references
2 parents c72a1a7 + 1d43f41 commit fd5717e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/FinderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ public function testAccessDeniedException()
697697

698698
// restore original permissions
699699
chmod($testDir, 0777);
700-
clearstatcache($testDir);
700+
clearstatcache(true, $testDir);
701701

702702
if ($couldRead) {
703703
$this->markTestSkipped('could read test files while test requires unreadable');
@@ -723,7 +723,7 @@ public function testIgnoredAccessDeniedException()
723723

724724
// restore original permissions
725725
chmod($testDir, 0777);
726-
clearstatcache($testDir);
726+
clearstatcache(true, $testDir);
727727

728728
if ($couldRead) {
729729
$this->markTestSkipped('could read test files while test requires unreadable');

0 commit comments

Comments
 (0)