We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f45eff commit 0dec425Copy full SHA for 0dec425
.phpunit-watcher.yml
@@ -0,0 +1,3 @@
1
+notifications:
2
+ passingTests: false
3
+ failingTests: false
composer.json
@@ -35,6 +35,7 @@
35
"psr/log": "^3.0.2",
36
"rector/rector": "^2.0.10",
37
"sentry/sentry": "^4.10.0",
38
+ "spatie/phpunit-watcher": "^1.24",
39
"symfony/http-client": "^7.2.4"
40
},
41
"autoload": {
@@ -56,6 +57,10 @@
56
57
"analyse": "vendor/bin/phpstan analyse",
58
"test": "vendor/bin/phpunit",
59
"test-coverage": "vendor/bin/phpunit --coverage",
60
+ "test:watch": [
61
+ "Composer\\Config::disableProcessTimeout",
62
+ "./vendor/bin/phpunit-watcher watch < /dev/tty"
63
+ ],
64
"format": "vendor/bin/pint",
65
"rector": "vendor/bin/rector process"
66
0 commit comments