Mercurial > hg > isophonics-drupal-site
diff core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 4c8ae668cc8c |
children |
line wrap: on
line diff
--- a/core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Thu Feb 28 13:21:36 2019 +0000 +++ b/core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Thu May 09 15:33:08 2019 +0100 @@ -31,6 +31,7 @@ protected function setUp($import_test_views = TRUE) { parent::setUp($import_test_views); + $this->installEntitySchema('entity_test'); $this->installEntitySchema('user'); $this->installSchema('user', ['users_data']); }