This commit is contained in:
nuno maduro
2026-05-02 18:32:05 +01:00
parent 51c8ce4df6
commit d6db3a8a20
2 changed files with 3 additions and 3 deletions

View File

@ -28,8 +28,8 @@ final readonly class Laravel implements WatchDefault
'resources/views/**' => [$testPath],
'lang/**/*.json' => [$testPath],
'resources/lang/**/*.json' => [$testPath],
'lang/**' => [$testPath],
'resources/lang/**' => [$testPath],
'vite.config.* !*.php' => [$testPath],
'webpack.mix.* !*.php' => [$testPath],

View File

@ -25,7 +25,7 @@ final readonly class Php implements WatchDefault
'docker-compose.yml' => [$testPath],
'docker-compose.yaml' => [$testPath],
'phpunit.xml.*' => [$testPath],
'phpunit.xml*' => [$testPath],
$testPath.'/Fixtures/**/*' => [$testPath],
$testPath.'/**/Fixtures/**/*' => [$testPath],