问题标签 [simple-phpunit]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
12 问题
0
投票
0
回答
30
浏览
0
投票
1
回答
143
浏览
symfony - Symfony PHPUnit 测试不验证用户
我有一个 Symfony 4.4 项目。登录、身份验证和授权在 Web 上工作正常。
为了在单元测试中模拟身份验证,我使用了Symfony 的示例。
...但这不起作用。用户未在单元测试中进行身份验证。我收到未经授权的错误消息“访问此资源需要完全身份验证”。
我的测试:
我的防火墙:
单元测试失败:
如何在不使用登录表单的情况下在单元测试中对用户进行身份验证?