Skip to content

Commit 7839e42

Browse files
author
Oliver Stark
committed
test tweaks
1 parent 3443e61 commit 7839e42

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ composer.lock
1717
.cache
1818
.DS_Store
1919
.idea
20+
.phpunit.result.cache
2021
.project
2122
.settings
2223
*.esproj

.phpunit.result.cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"vimeo/psalm": "^4.4"
4545
},
4646
"scripts": {
47-
"ps": "vendor/bin/phpstan.phar analyse src --level=3 -c phpstan.neon",
48-
"tests": "vendor/bin/phpunit -v"
47+
"psalm": "vendor/bin/psalm",
48+
"tests": "vendor/bin/phpunit --testdox"
4949
}
5050
}

0 commit comments

Comments
 (0)