/**
  * Test Test method - there really isn't a lot to test here, but
  * this is present for the sake of completeness
  *
  * @return   void
  */
 public function testTest()
 {
     $this->assertTrue(JDatabaseDriverPostgresql::test());
 }
 /**
  * Test Test method - there really isn't a lot to test here, but
  * this is present for the sake of completeness
  *
  * @return   void
  */
 public function testTest()
 {
     $this->assertThat(JDatabaseDriverPostgresql::test(), $this->isTrue(), __LINE__);
 }