mirror of
https://github.com/pestphp/pest.git
synced 2026-03-05 23:37:22 +01:00
revert: inline testing
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user