Skip to content

Instantly share code, notes, and snippets.

@klausi
Created February 18, 2016 10:12
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 klausi/54fd72a2eba821e6bb07 to your computer and use it in GitHub Desktop.
Save klausi/54fd72a2eba821e6bb07 to your computer and use it in GitHub Desktop.
#!/bin/bash
export SIMPLETEST_DB=mysql://drupal-8:drupal-8@localhost/drupal-8
export SIMPLETEST_BASE_URL=http://drupal-8.localhost
cd ../../core
../vendor/bin/phpunit ../modules/rules/$1 --verbose --debug --stop-on-failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment