diff --git a/core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php b/core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php index d0e0599..82b787c 100644 --- a/core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php +++ b/core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php @@ -12,6 +12,7 @@ * @see \Drupal\views\Plugin\views\relationship\RelationshipPluginBase */ class RelationshipJoinInTest extends RelationshipJoinTestBase { + use UserCreationTrait; /** -- 2.8.1