object = new RecursiveIteratorIterator; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers RecursiveIteratorIterator::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 RecursiveIteratorIterator::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 RecursiveIteratorIterator::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 RecursiveIteratorIterator::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 RecursiveIteratorIterator::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 RecursiveIteratorIterator::getDepth * @todo Implement testGetDepth(). */ public function testGetDepth() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers RecursiveIteratorIterator::getSubIterator * @todo Implement testGetSubIterator(). */ public function testGetSubIterator() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers RecursiveIteratorIterator::getInnerIterator * @todo Implement testGetInnerIterator(). */ public function testGetInnerIterator() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers RecursiveIteratorIterator::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 RecursiveIteratorIterator::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 RecursiveIteratorIterator::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 RecursiveIteratorIterator::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 RecursiveIteratorIterator::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 RecursiveIteratorIterator::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 RecursiveIteratorIterator::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 RecursiveIteratorIterator::setMaxDepth * @todo Implement testSetMaxDepth(). */ public function testSetMaxDepth() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers RecursiveIteratorIterator::getMaxDepth * @todo Implement testGetMaxDepth(). */ public function testGetMaxDepth() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }