Beispiel #1
0
 public function thenTheResponseShouldBe($body)
 {
     $this->spec->assertEquals(trim($body), trim($this->response->getBody()));
 }
Beispiel #2
0
 public function getModel()
 {
     return $this->response->getBody();
 }
Beispiel #3
0
 private function thenTheResponseBodyShouldBe($str)
 {
     $this->assertEquals($str, $this->response->getBody());
 }