Пример #1
0
 /**
  * Tests the Joomla\Database\DatabaseDriver::getServerType method.
  *
  * @return  void
  *
  * @since   1.0
  */
 public function testGetServerType()
 {
     $this->assertThat($this->instance->getServerType(), $this->equalTo('nosql'));
 }