public function testDropNotAnnotatedTestTableIfExistsSQL() { $sql = $this->notAnnotatedTableData->getDropTableSQL(); $this->assertEqualsFixture($sql, __FUNCTION__); $this->runQuery($sql); }
public function dropTable() { $this->runQuery($this->table->getDropTableSQL()); }