示例#1
0
 function tearDown()
 {
     $this->tdb = new FOX_db();
     try {
         $this->tdb->runDropTable(self::$struct);
     } catch (FOX_exception $child) {
         $this->fail("Error while dropping database table. Error code: " . $child->data['numeric']);
     }
     parent::tearDown();
 }
 function tearDown()
 {
     $this->cls = new FOX_dataStore_paged_L4_tester_addMethods();
     $unistall_ok = $this->cls->uninstall();
     $this->assertEquals(true, $unistall_ok);
     parent::tearDown();
 }
 function tearDown()
 {
     parent::tearDown();
 }
 function tearDown()
 {
     $this->cls->uninstall();
     parent::tearDown();
 }
 function tearDown()
 {
     $class = new FOX_album();
     $class->uninstall();
     $class = new FOX_media();
     $class->uninstall();
     // class FOX_albumManager and class FOX_mediaManager do not have to
     // be uninstalled because they don't have tables associated with them
     parent::tearDown();
 }
 function setUp()
 {
     parent::setUp();
     $this->clsdebug = new FOX_debug();
     $this->cls = new FOX_sanitize();
 }
 function tearDown()
 {
     $this->cls = new FOX_config();
     $unistall_ok = $this->cls->uninstall();
     $this->assertEquals(true, $unistall_ok);
     parent::tearDown();
 }
 function tearDown()
 {
     $this->cls = new FOX_moduleManager_test_stub();
     $this->cls->uninstall();
     parent::tearDown();
 }