Run phpstan and phpunit
This commit is contained in:
parent
1fe63e7326
commit
28260f837d
1 changed files with 3 additions and 1 deletions
|
@ -109,7 +109,9 @@
|
|||
],
|
||||
"symlink": "./tools/scripts/symlink.sh",
|
||||
"test": [
|
||||
"composer validate --strict"
|
||||
"composer validate --strict",
|
||||
"phpstan analyze",
|
||||
"phpunit --testdox"
|
||||
]
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue