Completed
Pull Request — master (#105)
by
unknown
08:51
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.
appendixes/mysite/tests/behat/features/bootstrap/Context/FeatureContext.php 1 patch
Unused Use Statements   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -2,13 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace Mysite\Test\Behaviour;
4 4
 
5
-use SilverStripe\BehatExtension\Context\SilverStripeContext,
6
-    SilverStripe\BehatExtension\Context\BasicContext,
7
-    SilverStripe\BehatExtension\Context\LoginContext,
8
-    SilverStripe\BehatExtension\Context\FixtureContext,
9
-    SilverStripe\Framework\Test\Behaviour\CmsFormsContext,
10
-    SilverStripe\Framework\Test\Behaviour\CmsUiContext,
11
-    SilverStripe\Cms\Test\Behaviour;
5
+use SilverStripe\BehatExtension\Context\SilverStripeContext;
6
+use SilverStripe\BehatExtension\Context\BasicContext;
7
+use SilverStripe\BehatExtension\Context\LoginContext;
8
+use SilverStripe\BehatExtension\Context\FixtureContext;
9
+use SilverStripe\Framework\Test\Behaviour\CmsFormsContext;
10
+use SilverStripe\Framework\Test\Behaviour\CmsUiContext;
11
+use SilverStripe\Cms\Test\Behaviour;
12 12
 
13 13
 // PHPUnit
14 14
 require_once 'PHPUnit/Autoload.php';
Please login to merge, or discard this patch.