MDL-43236 behat: Include missing used namespace

This commit is contained in:
David Monllao 2014-03-12 13:32:47 +08:00 committed by Eloy Lafuente (stronk7)
parent 63afbaa6be
commit 12427e7746

View File

@ -29,7 +29,8 @@ require_once(__DIR__ . '/../../../lib/behat/behat_base.php');
use Behat\Mink\Exception\ElementNotFoundException as ElementNotFoundException,
Behat\Behat\Context\Step\Given as Given,
Behat\Behat\Context\Step\Then as Then;
Behat\Behat\Context\Step\Then as Then,
Behat\Gherkin\Node\TableNode as TableNode;
/**
* Deprecated behat step definitions.