You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
232 lines
6.1 KiB
232 lines
6.1 KiB
<?php
|
|
/**
|
|
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:49.
|
|
*/
|
|
class RecursiveIteratorIteratorTest extends PHPUnit_Framework_TestCase
|
|
{
|
|
/**
|
|
* @var RecursiveIteratorIterator
|
|
*/
|
|
protected $object;
|
|
|
|
/**
|
|
* Sets up the fixture, for example, opens a network connection.
|
|
* This method is called before a test is executed.
|
|
*/
|
|
protected function setUp()
|
|
{
|
|
$this->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.'
|
|
);
|
|
}
|
|
}
|
|
|