dongmou1964 2016-02-05 18:52
浏览 33
已采纳

PHPUnit忽略了short_open_tag设置

My PHPUnit tests keep failing when trying to tests any .php files in my (legacy code) application that begin with the short open tag (<? instead of <?php).

But in my php.ini file, the short_open_tag is set to On.

The application runs fine. Why is PHPUnit getting upset over the short open tag? I've looked for other php.ini files, and could only find the one at /etc/php.ini. My .htaccess file doesn't affect this setting either. What else could be causing this?

  • 写回答

3条回答 默认 最新

  • douxian0008 2016-02-08 15:08
    关注

    So, I got it to work and the solution is frustrating: My application is on a VM and the php.ini file within the VM had the correct setting. However, PHPUnit was using the php.ini file on my local machine, which had short_open_tag set to Off. Changing that setting fixed my problem.

    (I'm still unsure of why PHPUnit uses the other php.ini, but I think that's outside the scope of this question.)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 需求DC-DC降压电路
  • ¥15 java corba的客户端该如何指定使用本地某个固定IP去连接服务端?
  • ¥15 activiti工作流问题,求解答
  • ¥15 有人写过RPA后台管理系统么?
  • ¥15 Bioage计算生物学年龄
  • ¥20 如何将FPGA Alveo U50恢复原来出厂设置哇?
  • ¥50 cocos2d-x lua 在mac上接入lua protobuf?
  • ¥15 es 7.17.20版本生成时间戳
  • ¥15 wpf dategrid表头排序图标自定义
  • ¥15 xshell无法连接提示ssh服务器拒绝密码