Example #1
0
 public function testIsValidFalse()
 {
     $this->setStatusCode(400);
     $this->assertFalse($this->response->isValid());
 }