Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我们的项目中使用了智能卡身份验证,其中卡包含用户证书。 我想测试我的控制器,但它有一些if (!$this->security->isGranted(...)) throw new AccessDeniedException();线条。
if (!$this->security->isGranted(...)) throw new AccessDeniedException();
如何绕过功能测试中的所有安全验证?
有一个答案:如何在 Symfony2 功能测试中使用经过身份验证的用户?
security应使用配置中的不同部分。
security