当消息包含特殊字符时,我遇到了一些测试问题。 我的应用程序是多语言,所以我通过
发送文本trans('msg.user_created')
这是通知代码:
noty({
layout: 'bottomLeft',
theme: 'kz',
type: 'success',
width: 200,
dismissQueue: true,
timeout: 3000,
text: "El usuario <br/> se creó",
template: '<div class="noty_message"><div class="row"><div class="col-xs-4 noty_icon"><i class="icon-trophy2 "> </script>
这是PHPUnit消息:
Failed asserting that the page contains the HTML [El usuario <br/> se creó]. Please check the content above.
任何想法如何解决它?