Completed
Push — remove-trailing-whitespace ( d631c4...3c63e5 )
by Sam
21:05 queued 08:25
created
tests/behat/features/bootstrap/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 SilverStripe\Framework\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\BehatExtension\Context\EmailContext,
10
-	SilverStripe\Framework\Test\Behaviour\CmsFormsContext,
11
-	SilverStripe\Framework\Test\Behaviour\CmsUiContext;
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\BehatExtension\Context\EmailContext;
10
+use SilverStripe\Framework\Test\Behaviour\CmsFormsContext;
11
+use SilverStripe\Framework\Test\Behaviour\CmsUiContext;
12 12
 
13 13
 // PHPUnit
14 14
 require_once 'PHPUnit/Autoload.php';
Please login to merge, or discard this patch.
features/bootstrap/SilverStripe/Framework/Test/Behaviour/CmsUiContext.php 1 patch
Unused Use Statements   +3 added lines, -9 removed lines patch added patch discarded remove patch
@@ -2,15 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace SilverStripe\Framework\Test\Behaviour;
4 4
 
5
-use Behat\Behat\Context\ClosuredContextInterface,
6
-	Behat\Behat\Context\TranslatedContextInterface,
7
-	Behat\Behat\Context\BehatContext,
8
-	Behat\Behat\Context\Step,
9
-	Behat\Behat\Exception\PendingException,
10
-	Behat\Mink\Exception\ElementNotFoundException,
11
-	Behat\Gherkin\Node\PyStringNode,
12
-	Behat\Gherkin\Node\TableNode,
13
-	Behat\Mink\Element\NodeElement;
5
+use Behat\Behat\Context\BehatContext;
6
+use Behat\Behat\Context\Step;
7
+use Behat\Mink\Element\NodeElement;
14 8
 
15 9
 
16 10
 // PHPUnit
Please login to merge, or discard this patch.