Make testing easier

This commit is contained in:
Fonata
2021-04-02 19:11:37 +02:00
committed by Fonata
parent 9c35237b1b
commit 0e54a2b9fa
3 changed files with 18 additions and 0 deletions

View File

@@ -45,6 +45,11 @@
"dev-master": "1.0.x-dev"
}
},
"scripts": {
"test": [
"vendor/bin/phpunit -c tests tests --disallow-test-output --coverage-clover coverage_clover.xml --whitelist src"
]
},
"support": {
"issues": "https://github.com/parsecsv/parsecsv-for-php/issues",
"source": "https://github.com/parsecsv/parsecsv-for-php"