markTestSkipped( 'The PgSQL extension is not available.' ); } } /** * Undocumented function * * @testdox ACL\Login Class tests * * @return void */ public function testACLLogin() { $this->assertTrue(true, 'ACL Login Tests not implemented'); $this->markTestIncomplete( 'ACL\Login Tests have not yet been implemented' ); } } // __END__