标签: php symfony
在我们的项目中使用了智能卡身份验证,其中卡包含用户证书 我想测试我的控制器,但它有一些if (!$this->security->isGranted(...)) throw new AccessDeniedException();行。
if (!$this->security->isGranted(...)) throw new AccessDeniedException();
如何在功能测试中绕过所有安全验证?
答案 0 :(得分:0)
答案是:How to use an authenticated user in a Symfony2 functional test?
应该使用配置中不同的security部分。
security