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