PHPUnit中的翻译文本

时间:2016-04-14 20:24:20

标签: laravel phpunit

当消息包含特殊字符时,我遇到了一些测试问题。 我的应用程序是多语言,所以我通过

发送文本
trans('msg.user_created')

这是通知代码:

noty({
        layout: 'bottomLeft',
        theme: 'kz',
        type: 'success',
        width: 200,
        dismissQueue: true,
        timeout: 3000,
        text: "El usuario <br/> se cre&oacute;",
        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.

任何想法如何解决它?

0 个答案:

没有答案