问题标签 [zfc-rbac]
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.
zend-framework3 - 如何在 ZFC RBAC 下使用 PHPUnit 测试 Controller
我对单元测试还很陌生,并且刚刚开始学习如何使用测试使我的应用程序更可靠的旅程。
我正在使用 Zend Framework 3 并遵循本指南https://docs.zendframework.com/tutorials/unit-testing/
我想要做的是测试一条需要用户经过身份验证并具有正确 ZFR Rbac 角色的路由。
在我运行测试的那一刻,我收到以下错误:
所以我的问题是如何在测试中设置 RBAC?