Exemplo n.º 1
0
 public function testInvalidEmailId()
 {
     $r = $this->api->send('INVALID_EMAIL_ID', $this->recipient, array("data" => $this->data));
     $this->assertFail($r);
     $this->assertEquals($r['code'], 400);
 }