CC-5651: Unit Test the Scheduler
* Added runtests.sh script for unit tests * Use the airtime_test database config in Config.php, propel * First unit test passes! :-)
This commit is contained in:
parent
72da8be2f2
commit
fe9beec778
5 changed files with 21 additions and 9 deletions
5
airtime_mvc/tests/runtests.sh
Executable file
5
airtime_mvc/tests/runtests.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
export AIRTIME_UNIT_TEST="1"
|
||||
phpunit
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue