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 committed by drigato
parent 42aebe50af
commit 6026ec58db
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';