Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Batch add spatie/phpunit-watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz authored and devanych committed Feb 1, 2021
1 parent 6f6123b commit c750233
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 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
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,17 @@
"yiisoft/friendly-exception": "^1.0",
"yiisoft/http": "^1.0",
"yiisoft/injector": "^1.0",
"yiisoft/middleware-dispatcher": "^1.0@dev",
"yiisoft/network-utilities": "^3.0@dev",
"yiisoft/router": "^3.0@dev",
"yiisoft/validator": "^3.0@dev",
"yiisoft/middleware-dispatcher": "^1.0@dev"
"yiisoft/validator": "^3.0@dev"
},
"require-dev": {
"nyholm/psr7": "^1.3",
"phpunit/phpunit": "^9.4",
"roave/infection-static-analysis-plugin": "^1.5",
"vimeo/psalm": "^4.1",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.2",
"yiisoft/cache": "^3.0@dev",
"yiisoft/composer-config-plugin": "^1.0@dev",
"yiisoft/di": "^3.0@dev",
Expand Down

0 comments on commit c750233

Please sign in to comment.