From 3c9b0c0cb2ab4e438e563a6ddc592911ee3d9a6d Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Thu, 19 Dec 2013 11:11:26 -0500 Subject: [PATCH] CC-5651: Unit Test the Scheduler * Comments --- airtime_mvc/tests/application/models/ShowTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/airtime_mvc/tests/application/models/ShowTest.php b/airtime_mvc/tests/application/models/ShowTest.php index 5e69e0a9f..1ea6e1517 100644 --- a/airtime_mvc/tests/application/models/ShowTest.php +++ b/airtime_mvc/tests/application/models/ShowTest.php @@ -7,7 +7,9 @@ class ShowTest extends Zend_Test_PHPUnit_DatabaseTestCase public function setUp() { + //XXX: Zend_Test_PHPUnit_DatabaseTestCase doesn't use this for whatever reason: //$this->bootstrap = array($this, 'appBootstrap'); + //So instead we just manually call the appBootstrap here: $this->appBootstrap(); //TODO: Use AirtimeInstall.php to create the database and database tables //AirtimeInstall::createDatabase(blah blah);