Completed
Pull Request — master (#510)
by Pieter
02:49 queued 01:25
created
src/Drupal/DrupalExtension/Context/MinkContext.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -51,6 +51,7 @@  discard block
 block discarded – undo
51 51
    * @When I visit :path
52 52
    *
53 53
    * @throws UnsupportedDriverActionException
54
+   * @param string $path
54 55
    */
55 56
     public function assertAtPath($path)
56 57
     {
@@ -535,6 +536,7 @@  discard block
 block discarded – undo
535 536
 
536 537
   /**
537 538
    * @Then I should get a :code HTTP response
539
+   * @param string $code
538 540
    */
539 541
     public function assertHttpResponse($code)
540 542
     {
Please login to merge, or discard this patch.
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.