minkphp / MinkBundle

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

"No route found" 404 error when using @mink:symfony #32

Closed stoefln closed 11 years ago

stoefln commented 12 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?

spolischook commented 11 years ago

Try to comment base_url at your configuration file

66Ton99 commented 11 years ago

This Bundle does not connected to Behat scenarios it works with PhpUnit directly, you shoud ask this question here https://github.com/Behat/BehatBundle