123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280 |
- <?php
- /**
- * Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:51.
- */
- class ArrayObjectTest extends PHPUnit_Framework_TestCase
- {
- /**
- * @var ArrayObject
- */
- 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 ArrayObject;
- }
- /**
- * Tears down the fixture, for example, closes a network connection.
- * This method is called after a test is executed.
- */
- protected function tearDown()
- {
- }
- /**
- * @covers ArrayObject::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 ArrayObject::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 ArrayObject::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 ArrayObject::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 ArrayObject::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 ArrayObject::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 ArrayObject::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 ArrayObject::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 ArrayObject::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 ArrayObject::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 ArrayObject::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 ArrayObject::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 ArrayObject::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 ArrayObject::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 ArrayObject::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 ArrayObject::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 ArrayObject::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 ArrayObject::getIterator
- * @todo Implement testGetIterator().
- */
- public function testGetIterator()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers ArrayObject::exchangeArray
- * @todo Implement testExchangeArray().
- */
- public function testExchangeArray()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers ArrayObject::setIteratorClass
- * @todo Implement testSetIteratorClass().
- */
- public function testSetIteratorClass()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers ArrayObject::getIteratorClass
- * @todo Implement testGetIteratorClass().
- */
- public function testGetIteratorClass()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- }
|