mirror of
https://github.com/pestphp/pest.git
synced 2026-06-07 11:52:13 +02:00
wip
This commit is contained in:
@ -25,11 +25,7 @@ final readonly class Php implements WatchDefault
|
||||
'docker-compose.yml' => [$testPath],
|
||||
'docker-compose.yaml' => [$testPath],
|
||||
|
||||
'phpunit.xml.dist' => [$testPath],
|
||||
|
||||
$testPath.'/Pest.php' => [$testPath],
|
||||
|
||||
$testPath.'/Datasets/**/*.php' => [$testPath],
|
||||
'phpunit.xml.*' => [$testPath],
|
||||
|
||||
$testPath.'/Fixtures/**/*' => [$testPath],
|
||||
$testPath.'/**/Fixtures/**/*' => [$testPath],
|
||||
|
||||
Reference in New Issue
Block a user