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