Skip to content

Instantly share code, notes, and snippets.

@didinahmadi
Created January 26, 2019 05:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save didinahmadi/c299853419eb3842e0131b545a1addee to your computer and use it in GitHub Desktop.
Save didinahmadi/c299853419eb3842e0131b545a1addee to your computer and use it in GitHub Desktop.
...
"scripts": {
"test": [
"DB_DATABASE='gokun-testing' APP_ENV='testing'",
"DB_DATABASE='gokun-testing' APP_ENV='testing' php artisan migrate:fresh",
"DB_DATABASE='gokun-testing' APP_ENV='testing' php artisan db:seed",
"DB_DATABASE='gokun-testing' APP_ENV='testing' php ./vendor/bin/phpunit --verbose --debug"
]
},
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment