diff --git a/core/modules/block/lib/Drupal/block/Tests/BlockInterfaceTest.php b/core/modules/block/lib/Drupal/block/Tests/BlockInterfaceTest.php index c340620..ad4c9a3 100644 --- a/core/modules/block/lib/Drupal/block/Tests/BlockInterfaceTest.php +++ b/core/modules/block/lib/Drupal/block/Tests/BlockInterfaceTest.php @@ -23,6 +23,11 @@ public static function getInfo() { ); } + protected function setUp() { + parent::setUp(); + $this->installSchema('user', 'role_permission'); + } + /** * Test configuration and subsequent form() and build() method calls. *