Пример #1
0
 /**
  * Tests the Joomla\Database\DatabaseDriver::isMinimumVersion method.
  *
  * @return  void
  *
  * @since   1.0
  */
 public function testIsMinimumVersion()
 {
     $this->assertThat($this->instance->isMinimumVersion(), $this->isTrue(), 'isMinimumVersion should return a boolean true if the database version is supported by the driver');
 }