Skip to content

Instantly share code, notes, and snippets.

@alexfinnarn
Created August 21, 2018 17:39
Show Gist options
  • Save alexfinnarn/c380be6f8afb2a69e0124a3121398508 to your computer and use it in GitHub Desktop.
Save alexfinnarn/c380be6f8afb2a69e0124a3121398508 to your computer and use it in GitHub Desktop.
running simpletests
#!/usr/bin/env bash
cd ${ROOT_DIR}/backdrop
# Enable Testing module.
$HOME/.composer/vendor/bin/drush en simpletest -y
# Run SimpleTests.
php ./core/scripts/run-tests.sh --url http://127.0.0.1:8057 --php ~/.phpenv/versions/$(phpenv version-name)/bin/php "${SIMPLETEST_CLASSES}"
earlyexit
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment