@@ -4,13 +4,13 @@ |
||
| 4 | 4 | */ |
| 5 | 5 | |
| 6 | 6 | use Behat\Behat\Hook\Scope\BeforeFeatureScope; |
| 7 | -use Drupal\Core\Field\FieldDefinitionInterface; |
|
| 7 | +use Drupal\Component\Render\FormattableMarkup; |
|
| 8 | +use Drupal\Component\Serialization\Json; |
|
| 9 | +use Drupal\Core\Database\Query\Select; |
|
| 8 | 10 | use Drupal\Core\Entity\FieldableEntityInterface; |
| 11 | +use Drupal\Core\Field\FieldDefinitionInterface; |
|
| 9 | 12 | use Drupal\Core\Session\AccountInterface; |
| 10 | -use Drupal\Core\Database\Query\Select; |
|
| 11 | 13 | use Drupal\Core\StringTranslation\TranslatableMarkup; |
| 12 | -use Drupal\Component\Render\FormattableMarkup; |
|
| 13 | -use Drupal\Component\Serialization\Json; |
|
| 14 | 14 | use Drupal\TqExtension\Utils\Database\FetchField; |
| 15 | 15 | |
| 16 | 16 | // @codingStandardsIgnoreStart |
@@ -165,7 +165,7 @@ |
||
| 165 | 165 | static $original = 'php_mail'; |
| 166 | 166 | |
| 167 | 167 | $systemMail = \Drupal::configFactory() |
| 168 | - ->getEditable('system.mail'); |
|
| 168 | + ->getEditable('system.mail'); |
|
| 169 | 169 | |
| 170 | 170 | if ($useTesting) { |
| 171 | 171 | // Store original mail system to restore it after scenario. |
@@ -8,7 +8,7 @@ |
||
| 8 | 8 | |
| 9 | 9 | // @codingStandardsIgnoreStart |
| 10 | 10 | final class DrupalKernelPlaceholder extends DrupalKernelPlaceholderBase |
| 11 | - // @codingStandardsIgnoreEnd |
|
| 11 | + // @codingStandardsIgnoreEnd |
|
| 12 | 12 | { |
| 13 | 13 | /** |
| 14 | 14 | * {@inheritdoc} |