object = new SplPriorityQueue; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers SplPriorityQueue::compare * @todo Implement testCompare(). */ public function testCompare() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplPriorityQueue::insert * @todo Implement testInsert(). */ public function testInsert() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplPriorityQueue::setExtractFlags * @todo Implement testSetExtractFlags(). */ public function testSetExtractFlags() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplPriorityQueue::top * @todo Implement testTop(). */ public function testTop() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplPriorityQueue::extract * @todo Implement testExtract(). */ public function testExtract() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplPriorityQueue::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 SplPriorityQueue::isEmpty * @todo Implement testIsEmpty(). */ public function testIsEmpty() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplPriorityQueue::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 SplPriorityQueue::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 SplPriorityQueue::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 SplPriorityQueue::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 SplPriorityQueue::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 SplPriorityQueue::recoverFromCorruption * @todo Implement testRecoverFromCorruption(). */ public function testRecoverFromCorruption() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }