Ejemplo n.º 1
0
 /**
  * @depends testSend
  */
 public function testGet(array $ids)
 {
     $action = $this->smsFactory->actionGet();
     $result = $action->filterByIds($ids)->execute();
     echo "\nSmsGet:\n";
     $this->renderStatusResponse($result);
     $this->assertEquals(0, $this->countErrors($result));
     $this->assertEquals(1, $result->getCount());
 }