@@ -2,11 +2,11 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace SilverStripe\BehatExtension\Context; |
| 4 | 4 | |
| 5 | -use Behat\Behat\Context\BehatContext, |
|
| 6 | - Behat\Behat\Event\ScenarioEvent, |
|
| 7 | - Behat\Gherkin\Node\PyStringNode, |
|
| 8 | - Behat\Gherkin\Node\TableNode, |
|
| 9 | - SilverStripe\Filesystem\Storage\AssetStore; |
|
| 5 | +use Behat\Behat\Context\BehatContext; |
|
| 6 | +use Behat\Behat\Event\ScenarioEvent; |
|
| 7 | +use Behat\Gherkin\Node\PyStringNode; |
|
| 8 | +use Behat\Gherkin\Node\TableNode; |
|
| 9 | +use SilverStripe\Filesystem\Storage\AssetStore; |
|
| 10 | 10 | |
| 11 | 11 | // PHPUnit |
| 12 | 12 | require_once 'PHPUnit/Autoload.php'; |