mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-10 13:21:21 +00:00
Organize test suites into unit and integration
This is the goals of project organization composing different combinations to run any number of tests together.
This commit is contained in:
@@ -168,6 +168,12 @@
|
||||
"post-install-cmd": [
|
||||
"@php artisan firefly:instructions install",
|
||||
"@php artisan firefly-iii:verify-security-alerts"
|
||||
],
|
||||
"unit-test": [
|
||||
"@php vendor/bin/phpunit -c phpunit.xml --testsuite unit"
|
||||
],
|
||||
"integration-test": [
|
||||
"@php vendor/bin/phpunit -c phpunit.xml --testsuite integration"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
|
||||
Reference in New Issue
Block a user