Investigating bug fix

This commit is contained in:
luke
2021-08-05 17:39:23 +01:00
parent 62aabc6ae1
commit 463a50ebd4
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
declare(strict_types=1); declare(strict_types=1);
namespace Tests\SubFolder\SubFolder\SubFolder; namespace Tests\CustomTestCaseInSubFolders\SubFolder\SubFolder;
use PHPUnit\Framework\TestCase; use PHPUnit\Framework\TestCase;

View File

@ -1,3 +1,5 @@
<?php <?php
uses(Tests\SubFolder\SubFolder\SubFolder\CustomTestCaseInSubFolder::class)->in('CustomTestCaseInSubFolders/SubFolder'); use Tests\CustomTestCaseInSubFolders\SubFolder\SubFolder\CustomTestCaseInSubFolder;
uses(CustomTestCaseInSubFolder::class)->in('CustomTestCaseInSubFolders/SubFolder');