diff --git a/core/modules/config/tests/src/Traits/AssertConfigEntityImportTrait.php b/core/modules/config/tests/src/Traits/AssertConfigEntityImportTrait.php index be5cf6405f..6a7b2bb606 100644 --- a/core/modules/config/tests/src/Traits/AssertConfigEntityImportTrait.php +++ b/core/modules/config/tests/src/Traits/AssertConfigEntityImportTrait.php @@ -7,7 +7,7 @@ /** * Provides test assertions for testing config entity synchronization. * - * Can be used by test classes that extend \Drupal\simpletest\WebTestBase or + * Can be used by test classes that extend \Drupal\Tests\BrowserTestBase or * \Drupal\KernelTests\KernelTestBase. */ trait AssertConfigEntityImportTrait { diff --git a/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceIntegrationTest.php b/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceIntegrationTest.php index 56484705e1..ea65c4b931 100644 --- a/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceIntegrationTest.php +++ b/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceIntegrationTest.php @@ -3,11 +3,11 @@ namespace Drupal\Tests\field\Functional\EntityReference; use Drupal\Component\Utility\SafeMarkup; -use Drupal\config\Tests\AssertConfigEntityImportTrait; use Drupal\entity_test\Entity\EntityTest; use Drupal\field\Entity\FieldConfig; use Drupal\Tests\BrowserTestBase; use Drupal\field\Tests\EntityReference\EntityReferenceTestTrait; +use Drupal\Tests\config\Traits\AssertConfigEntityImportTrait; /** * Tests various Entity reference UI components.