Archived
1
0
Fork 0

fix composer test command

This commit is contained in:
Alexander Yakovlev 2019-04-16 13:55:23 +07:00
parent 50e0544fc7
commit 41810ac2e9
Signed by: oreolek
GPG key ID: 1CDC4B7820C93BD3

View file

@ -17,6 +17,6 @@
"phpunit/phpunit": "^7.4@dev" "phpunit/phpunit": "^7.4@dev"
}, },
"scripts": { "scripts": {
"test": "phpunit tests/" "test": "./vendor/bin/phpunit"
} }
} }