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 d651069 commit 0b2cce5
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 @@ -45,13 +45,15 @@
"yiisoft/yii-web": "@dev"
},
"require-dev": {
"codeception/codeception": "^4.1.5",
"codeception/c3": "^2.6.0",
"codeception/codeception": "^4.1.5",
"codeception/module-asserts": "@dev",
"codeception/module-phpbrowser": "@dev",
"phpunit/phpunit": "^9.4",
"roave/infection-static-analysis-plugin": "^1.5",
"roave/security-advisories": "dev-master",
"vimeo/psalm": "^4.1"
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0b2cce5

Please sign in to comment.