object = new DOMXPath; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers DOMXPath::registerNamespace * @todo Implement testRegisterNamespace(). */ public function testRegisterNamespace() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers DOMXPath::query * @todo Implement testQuery(). */ public function testQuery() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers DOMXPath::evaluate * @todo Implement testEvaluate(). */ public function testEvaluate() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers DOMXPath::registerPhpFunctions * @todo Implement testRegisterPhpFunctions(). */ public function testRegisterPhpFunctions() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }