Completed
Pull Request — master (#392)
by
unknown
01:29
created
src/Drupal/DrupalExtension/Context/MailContext.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,6 +83,7 @@  discard block
 block discarded – undo
83 83
   /**
84 84
    * Get the number of mails received in a particular mail store.
85 85
    *
86
+   * @param string $store
86 87
    * @return int
87 88
    *   The number of mails received during this scenario.
88 89
    */
@@ -122,7 +123,7 @@  discard block
 block discarded – undo
122 123
   /**
123 124
    * Compare actual mail with expected mail.
124 125
    *
125
-   * @param array $actualMail
126
+   * @param \stdClass[] $actualMail
126 127
    *   An array of actual mail.
127 128
    * @param array $expectedMail
128 129
    *   An array of expected mail.
Please login to merge, or discard this patch.
src/Drupal/DrupalExtension/Context/RawDrupalContext.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -6,16 +6,11 @@
 block discarded – undo
6 6
 use Behat\Mink\Exception\DriverException;
7 7
 use Behat\Testwork\Hook\HookDispatcher;
8 8
 use Behat\Behat\Context\Environment\InitializedContextEnvironment;
9
-
10 9
 use Drupal\DrupalDriverManager;
11 10
 use Drupal\DrupalUserManagerInterface;
12
-
13
-use Drupal\DrupalExtension\Hook\Scope\AfterLanguageEnableScope;
14 11
 use Drupal\DrupalExtension\Hook\Scope\AfterNodeCreateScope;
15 12
 use Drupal\DrupalExtension\Hook\Scope\AfterTermCreateScope;
16 13
 use Drupal\DrupalExtension\Hook\Scope\AfterUserCreateScope;
17
-use Drupal\DrupalExtension\Hook\Scope\BaseEntityScope;
18
-use Drupal\DrupalExtension\Hook\Scope\BeforeLanguageEnableScope;
19 14
 use Drupal\DrupalExtension\Hook\Scope\BeforeNodeCreateScope;
20 15
 use Drupal\DrupalExtension\Hook\Scope\BeforeUserCreateScope;
21 16
 use Drupal\DrupalExtension\Hook\Scope\BeforeTermCreateScope;
Please login to merge, or discard this patch.