Esempio n. 1
0
 public function assertRedirectsTo($path)
 {
     return $this->assertEquals($path, $this->response->getHeaderLine('Location'));
 }