/**
  * Test isSupported method.
  *
  * @return  void
  *
  * @since   11.4
  */
 public function testIsSupported()
 {
     $this->assertThat(JDatabaseDriverMysql::isSupported(), $this->isTrue(), __LINE__);
 }
 /**
  * Test isSupported method.
  *
  * @return  void
  *
  * @since   11.4
  */
 public function testIsSupported()
 {
     $this->assertTrue(JDatabaseDriverMysql::isSupported());
 }