示例#1
0
 /**
  * Tests the JDatabaseMySQLi getTableCreate method.
  *
  * @return  void
  *
  * @since   11.4
  */
 public function testGetTableCreate()
 {
     $this->assertThat($this->object->getTableCreate('#__dbtest'), $this->isType('array'), 'The statement to create the table is returned in an array.');
 }