revert: inline testing

This commit is contained in:
Nuno Maduro
2022-12-04 20:06:07 +00:00
parent 3bc356ceec
commit dfe8a3deeb
6 changed files with 0 additions and 87 deletions

View File

@ -1,12 +1,9 @@
<?php
use Pest\NotExported\MyTestCase;
use Tests\CustomTestCaseInSubFolders\SubFolder\SubFolder\CustomTestCaseInSubFolder;
uses(CustomTestCaseInSubFolder::class)->in('PHPUnit/CustomTestCaseInSubFolders/SubFolder/SubFolder');
uses(MyTestCase::class)->in('../src/NotExported');
uses()->group('integration')->in('Visual');
// NOTE: global test value container to be mutated and checked across files, as needed