Added composer test-win

composer test-win enable PHP unit test in windows platform.
This commit is contained in:
chethan sc 2020-12-25 07:17:07 +05:30 committed by GitHub
parent aa7be4ed35
commit f6bcb72362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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": {