Пример #1
0
 public function testIsSuccessful()
 {
     $response = new Response();
     $this->assertTrue($response->isSuccessful());
 }