2 changed files with 7 additions and 2 deletions
@ -0,0 +1,5 @@
|
||||
#!/bin/bash |
||||
|
||||
# Wrapper for the test executing function so we only have to change it in one place. |
||||
# The module name gets passed in as a command line arg. |
||||
php scripts/run-tests.sh --php `phpenv which php` --url http://localhost:8081 --verbose $1 |
||||
Loading…
Reference in new issue