Added composer test-win
composer test-win enable PHP unit test in windows platform.
This commit is contained in:
parent
aa7be4ed35
commit
f6bcb72362
|
|
@ -151,6 +151,13 @@
|
|||
"vendor/bin/codecept run unit",
|
||||
"vendor/bin/codecept run functional",
|
||||
"vendor/bin/codecept run trigger"
|
||||
],
|
||||
"test-win": [
|
||||
"@set -e",
|
||||
"@php artisan migrate:fresh --env=testing",
|
||||
"vendor\\bin\\codecept.bat run unit",
|
||||
"vendor\\bin\\codecept.bat run functional",
|
||||
"vendor\\bin\\codecept.bat run trigger"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue