Beispiel #1
0
 public function tearDown()
 {
     parent::tearDown();
     $db = Database::get();
     $db->Execute('drop table if exists btForm');
 }
 protected function setUp()
 {
     $this->tables[] = 'SystemContentEditorSnippets';
     parent::setUp();
 }