markTestIncomplete('testCurrent is not implemented yet'); } /** * Test for MonitoringObjectList::Next() * **/ public function testNext() { $this->markTestIncomplete('testNext is not implemented yet'); } /** * Test for MonitoringObjectList::Key() * **/ public function testKey() { $this->markTestIncomplete('testKey is not implemented yet'); } /** * Test for MonitoringObjectList::Valid() * **/ public function testValid() { $this->markTestIncomplete('testValid is not implemented yet'); } /** * Test for MonitoringObjectList::Rewind() * **/ public function testRewind() { $this->markTestIncomplete('testRewind is not implemented yet'); } /** * Test for MonitoringObjectList::__isset() * **/ public function test__isset() { $this->markTestIncomplete('test__isset is not implemented yet'); } }