object = new SplObjectStorage; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers SplObjectStorage::attach * @todo Implement testAttach(). */ public function testAttach() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplObjectStorage::detach * @todo Implement testDetach(). */ public function testDetach() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplObjectStorage::contains * @todo Implement testContains(). */ public function testContains() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplObjectStorage::addAll * @todo Implement testAddAll(). */ public function testAddAll() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplObjectStorage::removeAll * @todo Implement testRemoveAll(). */ public function testRemoveAll() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplObjectStorage::removeAllExcept * @todo Implement testRemoveAllExcept(). */ public function testRemoveAllExcept() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplObjectStorage::getInfo * @todo Implement testGetInfo(). */ public function testGetInfo() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplObjectStorage::setInfo * @todo Implement testSetInfo(). */ public function testSetInfo() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplObjectStorage::getHash * @todo Implement testGetHash(). */ public function testGetHash() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplObjectStorage::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 SplObjectStorage::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 SplObjectStorage::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 SplObjectStorage::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 SplObjectStorage::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 SplObjectStorage::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 SplObjectStorage::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 SplObjectStorage::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 SplObjectStorage::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 SplObjectStorage::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 SplObjectStorage::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 SplObjectStorage::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.' ); } }