Esempio n. 1
0
 public function thenTheResponseShouldBe($body)
 {
     $this->spec->assertEquals(trim($body), trim($this->response->getBody()));
 }
Esempio n. 2
0
File: Box.php Progetto: watoki/boxes
 public function getModel()
 {
     return $this->response->getBody();
 }
Esempio n. 3
0
 private function thenTheResponseBodyShouldBe($str)
 {
     $this->assertEquals($str, $this->response->getBody());
 }