diff --git a/tests/PHPUnit/CustomTestCaseInSubFolders/SubFolder/SubFolder/CustomTestCaseInSubFolder.php b/tests/PHPUnit/CustomTestCaseInSubFolders/SubFolder/SubFolder/CustomTestCaseInSubFolder.php index ee6b1489..205c227a 100644 --- a/tests/PHPUnit/CustomTestCaseInSubFolders/SubFolder/SubFolder/CustomTestCaseInSubFolder.php +++ b/tests/PHPUnit/CustomTestCaseInSubFolders/SubFolder/SubFolder/CustomTestCaseInSubFolder.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Tests\SubFolder\SubFolder\SubFolder; +namespace Tests\CustomTestCaseInSubFolders\SubFolder\SubFolder; use PHPUnit\Framework\TestCase; diff --git a/tests/PHPUnit/Pest.php b/tests/PHPUnit/Pest.php index 0a886265..0d513bde 100644 --- a/tests/PHPUnit/Pest.php +++ b/tests/PHPUnit/Pest.php @@ -1,3 +1,5 @@ in('CustomTestCaseInSubFolders/SubFolder'); +use Tests\CustomTestCaseInSubFolders\SubFolder\SubFolder\CustomTestCaseInSubFolder; + +uses(CustomTestCaseInSubFolder::class)->in('CustomTestCaseInSubFolders/SubFolder');