Example #1
0
 public function testItSetsAndGetsReplyCode()
 {
     $expectedResponse = $this->createExpectedResponse('createContact');
     $result = new Response($expectedResponse);
     $this->assertSame(Response::REPLY_CODE_OK, $result->getReplyCode());
 }