mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Adds initial implementation of --dirty option.
This commit is contained in:
10
src/Contracts/TestCaseFilter.php
Normal file
10
src/Contracts/TestCaseFilter.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Pest\Contracts;
|
||||
|
||||
interface TestCaseFilter
|
||||
{
|
||||
public function canLoad(string $suiteClassFile): bool;
|
||||
}
|
||||
Reference in New Issue
Block a user