object = new m_hooks; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { parent::tearDown(); } /** * @covers m_hooks::invoke * @todo Implement testInvoke(). */ public function testInvoke() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers m_hooks::invoke_scripts * @todo Implement testInvoke_scripts(). */ public function testInvoke_scripts() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }