mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-43236 behat: Include missing used namespace
This commit is contained in:
parent
63afbaa6be
commit
12427e7746
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user