Ejemplo n.º 1
0
 public function testSetContent()
 {
     $this->response->setContent('foo:bar');
     $this->assertEquals('foo:bar', $this->response->getContent());
 }