object = new CachingIterator; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers CachingIterator::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 CachingIterator::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 CachingIterator::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 CachingIterator::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 CachingIterator::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 CachingIterator::hasNext * @todo Implement testHasNext(). */ public function testHasNext() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers CachingIterator::__toString * @todo Implement test__toString(). */ public function test__toString() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers CachingIterator::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 CachingIterator::getFlags * @todo Implement testGetFlags(). */ public function testGetFlags() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers CachingIterator::setFlags * @todo Implement testSetFlags(). */ public function testSetFlags() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers CachingIterator::offsetGet * @todo Implement testOffsetGet(). */ public function testOffsetGet() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers CachingIterator::offsetSet * @todo Implement testOffsetSet(). */ public function testOffsetSet() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers CachingIterator::offsetUnset * @todo Implement testOffsetUnset(). */ public function testOffsetUnset() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers CachingIterator::offsetExists * @todo Implement testOffsetExists(). */ public function testOffsetExists() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers CachingIterator::getCache * @todo Implement testGetCache(). */ public function testGetCache() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers CachingIterator::count * @todo Implement testCount(). */ public function testCount() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }