diff --git a/core/modules/dblog/lib/Drupal/dblog/Tests/Views/ViewsIntegrationTest.php b/core/modules/dblog/lib/Drupal/dblog/Tests/Views/ViewsIntegrationTest.php index 23f6310..3261178 100644 --- a/core/modules/dblog/lib/Drupal/dblog/Tests/Views/ViewsIntegrationTest.php +++ b/core/modules/dblog/lib/Drupal/dblog/Tests/Views/ViewsIntegrationTest.php @@ -41,6 +41,7 @@ protected function setUp() { parent::setUp(); $this->enableModules(array('system', 'dblog')); + $this->installSchema('dblog', array('watchdog')); ViewTestData::importTestViews(get_class($this), array('dblog_test_views')); }