Пример #1
0
 /**
  * Tests the Joomla\Database\DatabaseDriver::setDebug method.
  *
  * @return  void
  *
  * @since   1.0
  */
 public function testSetDebug()
 {
     $this->assertThat($this->instance->setDebug(true), $this->isType('boolean'), 'setDebug should return a boolean value containing the previous debug state.');
 }