예제 #1
0
 /**
  * Tests the JDatabaseMySQLi dropTable method.
  *
  * @return  void
  *
  * @since   11.4
  */
 public function testDropTable()
 {
     $this->assertThat($this->object->dropTable('#__bar', true), $this->isInstanceOf('JDatabaseMySQLi'), 'The table is dropped if present.');
 }