@@ -83,6 +83,7 @@ discard block |
||
| 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 |
||
| 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. |
@@ -6,16 +6,11 @@ |
||
| 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; |