CC-5651: Unit Test the Scheduler

* Fixed the test airtime.conf a bit
* Create the database tables and db properly
This commit is contained in:
Albert Santoni 2013-12-19 12:01:32 -05:00
parent b95fb38164
commit c4adbab04e
3 changed files with 21 additions and 5 deletions

View file

@ -43,8 +43,6 @@ if (file_exists('/usr/share/php/libzend-framework-php')) {
set_include_path('/usr/share/php/libzend-framework-php' . PATH_SEPARATOR . get_include_path());
}
$_SERVER['AIRTIME_CONF'] = 'airtime.conf';
require_once 'Zend/Application.php';
require_once 'Zend/Config.php';
#require_once 'DatabaseTestCase.php';