minkphp / MinkBundle

Mink library integration bundle for Symfony2
MIT License
60 stars 18 forks source link

base_url config option not picked up with goutte session #21

Closed msaspence closed 12 years ago

msaspence commented 12 years ago

Using this code from the mink site

mink:
    base_url:           http://your_app.dev/app_test.php
    default_session:    goutte
    goutte:             ~

using "And print last response" I can see the url visited is localhost not the one provided in base_url option

My mink and behat bundles are latest, behat is at ffec3e6f2bc4f94a3b3a953fed58d76902b08e59 because the behat bundle isn't compatible with the latest version

msaspence commented 12 years ago

Whilst trying to diagnose the problem I've fixed it, not sure what I did wrong but I am confident that the problem was in my code not the bundle apologies for the noise