/**
  * @depends testFetchServiceStatus
  */
 public function testGetMessageList($o)
 {
     $x = array();
     $x[0] = 'We are experiencing high latency in UK because of heavy traffic.';
     $this->assertEquals($x, $o->getMessageList());
     $this->assertFalse($this->object->getMessageList());
     //not fetched yet for this object
 }