sahi and symfony2

后端 未结 1 1079
半阙折子戏
半阙折子戏 2021-01-27 20:09

i would like to test behat, mink and sahi with symfony2

so, in my config_test.yml i have

   mink:
   base_url:  http://localhost/Symfony_Standard_2.0.15_         


        
相关标签:
1条回答
  • 2021-01-27 20:42

    It seems that you do not have cURL enabled in your WAMP installation. Actually cURL is not enabled by default in WAMP. The steps to enable it are as follows :

    1. Close WAMP (if running)
    2. Navigate to WAMP\bin\php(your version of php)\
    3. edit php.ini
    4. Search for curl, uncomment extension=php_curl.dll
    5. Navigate to WAMP\bin\Apache(your version of apache)\bin\
    6. edit php.ini
    7. Search for curl, uncomment extension=php_curl.dll
    8. Save both
    9. Restart WAMP
    0 讨论(0)
提交回复
热议问题