Skip to content

Commit

Permalink
Update IntegrationTestCase.php
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed May 27, 2024
1 parent 55b8a32 commit 34c8f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/Util/IntegrationTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ protected function deleteDir($dir)
$links = array_filter(
$files,
function ($file) {
return $file->isLink();
return $file->getPath() !== $file->getRealPath();
}
);

Expand Down

0 comments on commit 34c8f4a

Please sign in to comment.