mirror of
https://github.com/pestphp/pest.git
synced 2026-06-05 10:52:14 +02:00
wip
This commit is contained in:
@ -8,11 +8,6 @@ use Pest\Contracts\TestCaseFilter;
|
||||
use Pest\Plugins\Tia\Graph;
|
||||
|
||||
/**
|
||||
* Accepts a test file only if it is in the TIA-computed affected set.
|
||||
*
|
||||
* Falls back to accepting when the graph has no record of the file (new tests
|
||||
* must always run) or when the file is outside the project root.
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
final readonly class TiaTestCaseFilter implements TestCaseFilter
|
||||
|
||||
Reference in New Issue
Block a user