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の致命的なエラー:C:\ wamp \ www \ Symfony_Standard_2.0.15_2 \ Symfony \ vendor \ buzz \ lib \ Buzz \ Client \ AbstractCurl.phpの26行目の未定義関数Buzz\Client \ curl_init()を呼び出します
お願い助けて、