SAHI和Symfony2的(sahi and symfony2)

2019-07-30 03:27发布

我想测试贝哈特,貂皮与Symfony2的SAHI

所以,在我的config_test.yml我有

   mink:
   base_url:  http://localhost/Symfony_Standard_2.0.15_2/symfony/web/app_test.php    
   default_session: symfony
   sahi: ~

在test.feature

    @mink:sahi
    Scenario: Open page with products list and check it
    Given I am on "/hello"
    Then the response should contain "hello"

当我执行我有这个

PHP致命错误:调用在C未定义的函数巴兹\客户端\ curl_init():\瓦帕\ WWW \ Symfony_Standard_2.0.15_2 \的Symfony \厂商\嗡嗡\ lib中\巴兹\客户\ AbstractCurl.p马力上线26

请帮帮我,

Answer 1:

看来,你没有卷曲你的WAMP安装启用。 其实卷曲默认不启用WAMP。 该步骤启用如下:

  1. 关闭WAMP(如果正在运行)
  2. 导航到WAMP \ BIN \ PHP(您的PHP版本)\
  3. 编辑的php.ini
  4. 搜索卷曲,取消延长= php_curl.dll
  5. 导航到WAMP \ BIN \阿帕奇(Apache的版本)\ BIN \
  6. 编辑的php.ini
  7. 搜索卷曲,取消延长= php_curl.dll
  8. 节省
  9. 重新启动WAMP


文章来源: sahi and symfony2