diff --git a/core/modules/block/lib/Drupal/block/Tests/BlockInterfaceTest.php b/core/modules/block/lib/Drupal/block/Tests/BlockInterfaceTest.php index bd332ad..7e5331c 100644 --- a/core/modules/block/lib/Drupal/block/Tests/BlockInterfaceTest.php +++ b/core/modules/block/lib/Drupal/block/Tests/BlockInterfaceTest.php @@ -26,6 +26,7 @@ public static function getInfo() { protected function setUp() { parent::setUp(); $this->installSchema('user', 'users'); + $this->installSchema('user', 'role_permission'); } /**