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.
304 lines
7.5 KiB
304 lines
7.5 KiB
<?php
|
|
/**
|
|
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:51.
|
|
*/
|
|
class ArrayIteratorTest extends PHPUnit_Framework_TestCase
|
|
{
|
|
/**
|
|
* @var ArrayIterator
|
|
*/
|
|
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 ArrayIterator;
|
|
}
|
|
|
|
/**
|
|
* Tears down the fixture, for example, closes a network connection.
|
|
* This method is called after a test is executed.
|
|
*/
|
|
protected function tearDown()
|
|
{
|
|
}
|
|
|
|
/**
|
|
* @covers ArrayIterator::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 ArrayIterator::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 ArrayIterator::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 ArrayIterator::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 ArrayIterator::append
|
|
* @todo Implement testAppend().
|
|
*/
|
|
public function testAppend()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers ArrayIterator::getArrayCopy
|
|
* @todo Implement testGetArrayCopy().
|
|
*/
|
|
public function testGetArrayCopy()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers ArrayIterator::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.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers ArrayIterator::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 ArrayIterator::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 ArrayIterator::asort
|
|
* @todo Implement testAsort().
|
|
*/
|
|
public function testAsort()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers ArrayIterator::ksort
|
|
* @todo Implement testKsort().
|
|
*/
|
|
public function testKsort()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers ArrayIterator::uasort
|
|
* @todo Implement testUasort().
|
|
*/
|
|
public function testUasort()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers ArrayIterator::uksort
|
|
* @todo Implement testUksort().
|
|
*/
|
|
public function testUksort()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers ArrayIterator::natsort
|
|
* @todo Implement testNatsort().
|
|
*/
|
|
public function testNatsort()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers ArrayIterator::natcasesort
|
|
* @todo Implement testNatcasesort().
|
|
*/
|
|
public function testNatcasesort()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers ArrayIterator::unserialize
|
|
* @todo Implement testUnserialize().
|
|
*/
|
|
public function testUnserialize()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers ArrayIterator::serialize
|
|
* @todo Implement testSerialize().
|
|
*/
|
|
public function testSerialize()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
|
|
/**
|
|
* @covers ArrayIterator::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 ArrayIterator::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 ArrayIterator::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 ArrayIterator::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 ArrayIterator::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 ArrayIterator::seek
|
|
* @todo Implement testSeek().
|
|
*/
|
|
public function testSeek()
|
|
{
|
|
// Remove the following lines when you implement this test.
|
|
$this->markTestIncomplete(
|
|
'This test has not been implemented yet.'
|
|
);
|
|
}
|
|
}
|
|
|