Closed stoefln closed 11 years ago
I tried to integrate a mail send test as outlined here: http://docs.behat.org/cookbook/using_the_profiler_with_minkbundle.html
Problem is: as soon as i run the scenario, I get a 404 response
@mink:symfony Scenario: Publish to some channel Given I am on "/" Then show last response
I know that this is probably not directly related to MinkBundle, but I did not know where to post else. Can you help me?
Try to comment base_url at your configuration file
This Bundle does not connected to Behat scenarios it works with PhpUnit directly, you shoud ask this question here https://github.com/Behat/BehatBundle
I tried to integrate a mail send test as outlined here: http://docs.behat.org/cookbook/using_the_profiler_with_minkbundle.html
Problem is: as soon as i run the scenario, I get a 404 response
I know that this is probably not directly related to MinkBundle, but I did not know where to post else. Can you help me?