コード例 #1
0
 public function test_get_reauthenticate_shows_view()
 {
     $controller = new TestController();
     $this->setExpectedException('InvalidArgumentException', 'View [auth.reauthenticate] not found.');
     $controller->getReauthenticate();
 }