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.' ); } }