Skip to content

Instantly share code, notes, and snippets.

@morrislaptop
Last active November 26, 2019 10:17
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 morrislaptop/2316779752f6673b7f6b87976a1a8330 to your computer and use it in GitHub Desktop.
Save morrislaptop/2316779752f6673b7f6b87976a1a8330 to your computer and use it in GitHub Desktop.
{
"environments": {
"test": {
"scripts": {
"test-setup": "php artisan migrate --seed",
"test": "vendor/bin/phpunit --printer gh640\\\\PhpunitTap\\\\TapResultPrinter"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment