Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dawehner
Created September 20, 2015 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dawehner/1fc1683b1212cae1ee66 to your computer and use it in GitHub Desktop.
Save dawehner/1fc1683b1212cae1ee66 to your computer and use it in GitHub Desktop.
function phpunit --description "wrap phpunit with the needed env vars"
set -g -x SIMPLETEST_DB 'mysql://root@localhost/dev_d8'
set -g -x SIMPLETEST_BASE_URL 'http://d8.dev'
command phpunit $argv
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment