object = new RecursiveTreeIterator; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers RecursiveTreeIterator::rewind * @todo Implement testRewind(). */ public function testRewind() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers RecursiveTreeIterator::valid * @todo Implement testValid(). */ public function testValid() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers RecursiveTreeIterator::key * @todo Implement testKey(). */ public function testKey() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers RecursiveTreeIterator::current * @todo Implement testCurrent(). */ public function testCurrent() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers RecursiveTreeIterator::next * @todo Implement testNext(). */ public function testNext() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers RecursiveTreeIterator::beginIteration * @todo Implement testBeginIteration(). */ public function testBeginIteration() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers RecursiveTreeIterator::endIteration * @todo Implement testEndIteration(). */ public function testEndIteration() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers RecursiveTreeIterator::callHasChildren * @todo Implement testCallHasChildren(). */ public function testCallHasChildren() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers RecursiveTreeIterator::callGetChildren * @todo Implement testCallGetChildren(). */ public function testCallGetChildren() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers RecursiveTreeIterator::beginChildren * @todo Implement testBeginChildren(). */ public function testBeginChildren() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers RecursiveTreeIterator::endChildren * @todo Implement testEndChildren(). */ public function testEndChildren() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers RecursiveTreeIterator::nextElement * @todo Implement testNextElement(). */ public function testNextElement() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers RecursiveTreeIterator::getPrefix * @todo Implement testGetPrefix(). */ public function testGetPrefix() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers RecursiveTreeIterator::setPrefixPart * @todo Implement testSetPrefixPart(). */ public function testSetPrefixPart() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers RecursiveTreeIterator::getEntry * @todo Implement testGetEntry(). */ public function testGetEntry() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers RecursiveTreeIterator::getPostfix * @todo Implement testGetPostfix(). */ public function testGetPostfix() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }