This commit is contained in:
nuno maduro
2026-05-02 18:25:21 +01:00
parent 380ccd30b4
commit e2d940cd53
5 changed files with 19 additions and 107 deletions

View File

@ -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],