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