From 34c8f4a786aede83a08d51bb64485460f61db99d Mon Sep 17 00:00:00 2001 From: Brian Henry Date: Sun, 26 May 2024 18:29:35 -0700 Subject: [PATCH] Update IntegrationTestCase.php --- tests/Integration/Util/IntegrationTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Integration/Util/IntegrationTestCase.php b/tests/Integration/Util/IntegrationTestCase.php index 0d7ba854..fd481ade 100644 --- a/tests/Integration/Util/IntegrationTestCase.php +++ b/tests/Integration/Util/IntegrationTestCase.php @@ -105,7 +105,7 @@ protected function deleteDir($dir) $links = array_filter( $files, function ($file) { - return $file->isLink(); + return $file->getPath() !== $file->getRealPath(); } );