dongtaoxue4674 2016-02-22 13:53
浏览 83
已采纳

运行PHPUnit时找不到扩展名

I try to load an extension to execute my tests with phpunit.

(The extension works in normal php execution)

the extension is defined in php.ini

extension=v8js.so

But when I execute my test I have the following error

Fatal error: Class 'V8Js' not found in helpers/JSBridge.php on line 30

I tried to force the extension loading with adding dl("v8js.so"); or dl("/usr/lib/php5/20100525+lfs/v8js.so"); in my php test file but still the same error

  • 写回答

1条回答 默认 最新

  • douna3367 2016-04-08 14:03
    关注

    The php.ini file is different for the web server and CLI. Make sure the extension is added to the command line php.ini.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 安装opengauss数据库报错
  • ¥15 【急】在线问答CNC雕刻机的电子电路与编程
  • ¥60 在mc68335芯片上移植ucos ii 的成功工程文件
  • ¥15 笔记本外接显示器正常,但是笔记本屏幕黑屏
  • ¥15 Python pandas
  • ¥15 蓝牙硬件,可以用哪几种方法控制手机点击和滑动
  • ¥15 生物医学数据分析。基础课程就v经常唱课程舅成牛逼
  • ¥15 云环境云开发云函数对接微信商户中的分账功能
  • ¥15 空间转录组CRAD遇到问题
  • ¥20 materialstudio计算氢键脚本问题