CC-5651: Unit Test the Scheduler

Remove zend session stuff
Add services, install scripts to include path
This commit is contained in:
drigato 2013-12-19 11:16:06 -05:00
parent 585d62bfef
commit 6512f033d1
2 changed files with 11 additions and 4 deletions

View file

@ -1,5 +1,7 @@
<?php
require_once "Zend/Test/PHPUnit/DatabaseTestCase.php";
require_once "ShowService.php";
require_once "AirtimeInstall.php";
class ShowTest extends Zend_Test_PHPUnit_DatabaseTestCase
{