Skip to content

Instantly share code, notes, and snippets.

@wtnabe
Created February 1, 2015 00:04
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 wtnabe/7f8747f14f8a34d826a9 to your computer and use it in GitHub Desktop.
Save wtnabe/7f8747f14f8a34d826a9 to your computer and use it in GitHub Desktop.
artisan commandに追加しとくとよさげなもの
command:test
system(__DIR__.'/../../vendor/bin/phpunit');
command:untracked
system('git ls-files -o --exclude-per-directory=.gitignore');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment