Skip to content

Commit

Permalink
test tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Stark committed May 4, 2021
1 parent 3443e61 commit 7839e42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ composer.lock
.cache
.DS_Store
.idea
.phpunit.result.cache
.project
.settings
*.esproj
Expand Down
1 change: 0 additions & 1 deletion .phpunit.result.cache

This file was deleted.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"vimeo/psalm": "^4.4"
},
"scripts": {
"ps": "vendor/bin/phpstan.phar analyse src --level=3 -c phpstan.neon",
"tests": "vendor/bin/phpunit -v"
"psalm": "vendor/bin/psalm",
"tests": "vendor/bin/phpunit --testdox"
}
}

0 comments on commit 7839e42

Please sign in to comment.