<?php
namespace AAA\CoreBundle\Features\Context;
use Behat\BehatBundle\Context\BehatContext,
Behat\BehatBundle\Context\MinkContext;
use Behat\Behat\Context\ClosuredContextInterface,
Behat\Behat\Context\TranslatedContextInterface,
Behat\Behat\Exception\PendingException;
use Behat\Gherkin\Node\PyStringNode,
Behat\Gherkin\Node\TableNode;
use PHPUnit_Framework_ExpectationFailedException as AssertException;
/**
* Feature context.
*/
class FeatureContext extends \Behat\Mink\Behat\Context\MinkContext
{
}
Hi,
I have a strange problem, i have the exception :
Normal i have not load
Selenium
:And my config_test.yml :
And my context :