diff --git a/core/modules/user/src/Tests/Condition/UserRoleConditionTest.php b/core/modules/user/src/Tests/Condition/UserRoleConditionTest.php index 1260b61..1d0e24c 100644 --- a/core/modules/user/src/Tests/Condition/UserRoleConditionTest.php +++ b/core/modules/user/src/Tests/Condition/UserRoleConditionTest.php @@ -69,7 +69,7 @@ protected function setUp() { parent::setUp(); $this->installSchema('system', 'sequences'); - $this->installSchema('user', array('users', 'users_roles')); + $this->installEntitySchema('user'); $this->manager = $this->container->get('plugin.manager.condition');