From d6db3a8a20071813487bd0bf4ea6da56b1de1e0e Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Sat, 2 May 2026 18:32:05 +0100 Subject: [PATCH] wip --- src/Plugins/Tia/WatchDefaults/Laravel.php | 4 ++-- src/Plugins/Tia/WatchDefaults/Php.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Plugins/Tia/WatchDefaults/Laravel.php b/src/Plugins/Tia/WatchDefaults/Laravel.php index 75443fc3..45fbee0a 100644 --- a/src/Plugins/Tia/WatchDefaults/Laravel.php +++ b/src/Plugins/Tia/WatchDefaults/Laravel.php @@ -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], diff --git a/src/Plugins/Tia/WatchDefaults/Php.php b/src/Plugins/Tia/WatchDefaults/Php.php index 096e4996..212ee702 100644 --- a/src/Plugins/Tia/WatchDefaults/Php.php +++ b/src/Plugins/Tia/WatchDefaults/Php.php @@ -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],