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