* Added runtests.sh script for unit tests * Use the airtime_test database config in Config.php, propel * First unit test passes! :-)
5 lines
51 B
Bash
Executable file
5 lines
51 B
Bash
Executable file
#!/bin/bash
|
|
|
|
export AIRTIME_UNIT_TEST="1"
|
|
phpunit
|
|
|