Completed
Pull Request — master (#510)
by Pieter
03:34 queued 02:01
created
src/Drupal/DrupalExtension/TagTrait.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,11 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Drupal\DrupalExtension;
4 4
 
5
-use Behat\Behat\Hook\Scope\BeforeFeatureScope;
6 5
 use Behat\Behat\Hook\Scope\BeforeScenarioScope;
7 6
 use Behat\Behat\Hook\Scope\BeforeStepScope;
8
-use Behat\Behat\Hook\Scope\StepScope;
9
-use Behat\Gherkin\Node\ScenarioInterface;
10 7
 use Behat\Testwork\Hook\Scope\HookScope;
11 8
 
12 9
 /**
Please login to merge, or discard this patch.