feat: inline testing

This commit is contained in:
Nuno Maduro
2022-12-04 18:38:20 +00:00
parent 3324455e0a
commit 7ad045d6b7
7 changed files with 90 additions and 1 deletions

View File

@ -1,9 +1,12 @@
<?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