Exemple #1
0
 public function testPrepareResponseDataEmpty()
 {
     $result = $this->_object->getResponseData();
     $this->assertEmpty($result);
 }
 public function testProcess()
 {
     $result = $this->_object->process();
     $this->assertInstanceOf('Xcom_Listing_Model_Message_Listing_Search_Succeeded', $result);
 }