Completed
Push — master ( ef1304...f41bb0 )
by Ingo
02:16
created
src/SilverStripe/BehatExtension/Context/FixtureContext.php 1 patch
Unused Use Statements   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
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';
Please login to merge, or discard this patch.