CC-5651: Unit Test the Scheduler

* Got the database connection working in our unit test
This commit is contained in:
Albert Santoni 2013-12-18 17:40:13 -05:00
parent 083ca601c9
commit 1cf5d3489e
2 changed files with 12 additions and 3 deletions

View file

@ -35,4 +35,5 @@ if (file_exists('/usr/share/php/libzend-framework-php')) {
}
require_once 'Zend/Application.php';
require_once 'Zend/Config.php';
#require_once 'DatabaseTestCase.php';