Skip to content

Instantly share code, notes, and snippets.

@keopx
Forked from dawehner/gist:1fc1683b1212cae1ee66
Last active October 26, 2015 19: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 keopx/40745405c117cf8d80b9 to your computer and use it in GitHub Desktop.
Save keopx/40745405c117cf8d80b9 to your computer and use it in GitHub Desktop.
wrap phpunit with the needed env vars
<?php
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