如何使用 cakePHP 和 SimpleTest 测试需要身份验证的视图
我想编写需要身份验证的视图的 WebTestCase。是否可以?怎样才能通过认证呢?
我尝试在会话中编写基本身份验证,但它不起作用。
$_SESSION['Auth']['User']['id'] = 1;
$_SESSION['Auth']['User']['username'] = 'nico';
I'd like to write WebTestCase of views that requires authentification. Is it possible? How can I pass authentification?
I tried with writing basic authentification in the session but it doesn't work.
$_SESSION['Auth']['User']['id'] = 1;
$_SESSION['Auth']['User']['username'] = 'nico';
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)