예제 #1
0
 public function testResponseContent()
 {
     $response = new Response('demo');
     $this->assertEquals('demo', $response->getContent());
 }