mirror of
https://github.com/pestphp/pest.git
synced 2026-06-05 02:52:12 +02:00
wip
This commit is contained in:
@ -12,7 +12,7 @@ interface WatchDefault
|
|||||||
public function applicable(): bool;
|
public function applicable(): bool;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return array<string, array<int, string>> glob → list of project-relative test dirs
|
* @return array<string, array<int, string>> pattern → list of project-relative test dirs
|
||||||
*/
|
*/
|
||||||
public function defaults(string $projectRoot, string $testPath): array;
|
public function defaults(string $projectRoot, string $testPath): array;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user