我想用symfony2测试一下behat,mink和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致命错误:在第26行调用C:\wamp\ www\Symfony_Standard_2.0.15_2\Symfony\vendor\buzz\lib\Buzz\Client\AbstractCurl.p hp中未定义的函数Buzz\Client\curl_init()
请帮帮我,
发布于 2012-06-27 17:19:42
您的WAMP安装中似乎没有启用cURL。实际上,在WAMP中,默认情况下不启用cURL。启用步骤如下:
关闭WAMP (如果running)
<代码>G220
https://stackoverflow.com/questions/11222722
复制相似问题