Issue #2809543 by Lendude, Tessa Bakker: Convert AJAX part of \Drupal\user\Tests\UserPasswordResetTest to WebDriverTestBase

8.7.x
Alex Pott 2018-09-12 16:33:17 +02:00
parent 7f685d6354
commit 57dfd4ba8c
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\user\Tests\Functional;
namespace Drupal\Tests\user\Functional;
use Drupal\Component\Render\FormattableMarkup;
use Drupal\Core\Database\Database;

View File

@ -1,6 +1,6 @@
<?php
namespace Drupal\user\Tests\FunctionalJavascript;
namespace Drupal\Tests\user\FunctionalJavascript;
use Drupal\Core\Database\Database;
use Drupal\Core\Test\AssertMailTrait;