Skip to content

Commit

Permalink
Batch add spatie/phpunit-watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Nov 29, 2020
1 parent 058f8bb commit 3ae9589
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .phpunit-watcher.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
watch:
directories:
- src
- tests
fileMask: '*.php'
notifications:
passingTests: false
failingTests: false
phpunit:
binaryPath: vendor/bin/phpunit
timeout: 180
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
"require-dev": {
"infection/infection": "^0.17",
"phpunit/phpunit": "^9.4",
"vimeo/psalm": "^4.1",
"roave/infection-static-analysis-plugin": "^1.5",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.2",
"yiisoft/active-record": "^3.0@dev",
"yiisoft/aliases": "^1.1",
"yiisoft/db-mssql": "^1.0@dev",
Expand All @@ -42,8 +44,8 @@
"yiisoft/db-pgsql": "^3.0@dev",
"yiisoft/db-redis": "^1.0@dev",
"yiisoft/db-sqlite": "^3.0@dev",
"yiisoft/event-dispatcher": "^3.0@dev",
"yiisoft/di": "^3.0@dev",
"yiisoft/event-dispatcher": "^3.0@dev",
"yiisoft/json": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 3ae9589

Please sign in to comment.