Пример #1
0
 public function testSetBody()
 {
     $this->response->setBody('abc');
     $this->assertEquals('abc', $this->response->getBody());
 }