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