我在Lithium Test Dashboard中遇到'assertCookie'失败错误

时间:2016-10-08 14:24:28

标签: php unit-testing cookies frameworks lithium

我使用安装指南中的以下命令安装了新的Li3:

  

composer create-project --prefer-dist unionofrad / framework project

之后我运行所有测试以查看Lithium是否正常工作并在锂测试仪表板中出现以下错误:

  

断言'assertCookie'在第79行的锂\ tests \ cases \ storage \ session \ adapter \ CookieTest :: testWriteDefaultParameters()中失败:   /^Set-Cookie:\s[\w.-]+[write]=value+to+be+written;\sexpires=Mon,10-Oct-2016 14:17:34 GMT; \ spath = // - 标题中找不到Cookie。

     

断言'assertCookie'在第104行的锂\ tests \ cases \ storage \ session \ adapter \ CookieTest :: testWriteArrayData()中失败:   /^Set-Cookie:\s[\w.-]+[user][email]=test%40localhost;\seppires=Mon,10-Oct-2016 14:17:34 GMT; \ spath = // - Cookie在标题中找不到。

     

断言'assertCookie'在第108行的锂\ tests \ cases \ storage \ session \ adapter \ CookieTest :: testWriteArrayData()中失败:   /^Set-Cookie:\s[\w.-]+[user][address][country]=Iran;\sexpires=Mon,10-Oct-2016 14:17:34 GMT; \ spath = // - 标题中找不到Cookie。

     

断言'assertCookie'在第149行的锂\ tests \ cases \ storage \ session \ adapter \ CookieTest :: testWriteCustomParameters()中失败:   /^Set-Cookie:\s[\w.-]+[write]=value+to+be+written;\seppires=Sun,09, Oct- 2016 14:17:34 GMT; \ spath = // - 标题中找不到Cookie。

如何才能解决这些问题,让Li3运行干净?

0 个答案:

没有答案