CC-5651: Unit Test the Scheduler
* Comments
This commit is contained in:
parent
a7353ba6ca
commit
585d62bfef
1 changed files with 2 additions and 0 deletions
|
@ -7,7 +7,9 @@ class ShowTest extends Zend_Test_PHPUnit_DatabaseTestCase
|
||||||
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
|
//XXX: Zend_Test_PHPUnit_DatabaseTestCase doesn't use this for whatever reason:
|
||||||
//$this->bootstrap = array($this, 'appBootstrap');
|
//$this->bootstrap = array($this, 'appBootstrap');
|
||||||
|
//So instead we just manually call the appBootstrap here:
|
||||||
$this->appBootstrap();
|
$this->appBootstrap();
|
||||||
//TODO: Use AirtimeInstall.php to create the database and database tables
|
//TODO: Use AirtimeInstall.php to create the database and database tables
|
||||||
//AirtimeInstall::createDatabase(blah blah);
|
//AirtimeInstall::createDatabase(blah blah);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue