mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Use references in combined tests
This commit is contained in:
parent
87f1eadcd0
commit
ec02cf18a8
@ -103,9 +103,9 @@
|
||||
],
|
||||
"scripts": {
|
||||
"all-tests": [
|
||||
"phpcs",
|
||||
"@php ./psalm --find-dead-code",
|
||||
"phpunit"
|
||||
"@cs",
|
||||
"@psalm",
|
||||
"@phpunit"
|
||||
],
|
||||
"cs": "phpcs -p",
|
||||
"cs-fix": "phpcbf -p",
|
||||
@ -113,8 +113,8 @@
|
||||
"phpunit-p": "paratest --runner=WrapperRunner",
|
||||
"psalm": "@php ./psalm --find-dead-code",
|
||||
"tests": [
|
||||
"phpcs",
|
||||
"phpunit"
|
||||
"@cs",
|
||||
"@phpunit"
|
||||
]
|
||||
},
|
||||
"scripts-descriptions": {
|
||||
|
Loading…
Reference in New Issue
Block a user