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:
parent
b95fb38164
commit
c4adbab04e
3 changed files with 21 additions and 5 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue