Beispiel #1
0
 public function testContentCanBeSetAndRetrieved()
 {
     $this->res->setContent('hi');
     $this->assertEquals('hi', $this->res->getContent());
 }