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