mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
Investigating bug fix
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
<?php
|
||||
|
||||
uses(Tests\SubFolder\SubFolder\SubFolder\CustomTestCaseInSubFolder::class)->in('CustomTestCaseInSubFolders/SubFolder');
|
||||
use Tests\CustomTestCaseInSubFolders\SubFolder\SubFolder\CustomTestCaseInSubFolder;
|
||||
|
||||
uses(CustomTestCaseInSubFolder::class)->in('CustomTestCaseInSubFolders/SubFolder');
|
||||
|
||||
Reference in New Issue
Block a user