Updated the listeners to use the new event classes

This commit is contained in:
Christophe Coevoet
2014-03-12 03:09:00 +01:00
parent f74ba60ff3
commit faaa8cc7fe
3 changed files with 19 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
namespace spec\Behat\MinkExtension\Listener;
use Behat\Behat\Tester\Event\ScenarioTested;
use Behat\Behat\EventDispatcher\Event\ScenarioTested;
use Behat\Gherkin\Node\FeatureNode;
use Behat\Gherkin\Node\ScenarioNode;
use Behat\Mink\Mink;