Exemplo n.º 1
0
 /**
  * Tests the Joomla\Database\DatabaseDriver::getCount method.
  *
  * @return  void
  *
  * @since   1.0
  */
 public function testGetCount()
 {
     $this->assertEquals(0, $this->instance->getCount());
 }