oreolek
/
news-script
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
1 changed files with 1 additions and 1 deletions

View File

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