Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
29 * {@inheritdoc} | 29 * {@inheritdoc} |
30 */ | 30 */ |
31 protected function setUp($import_test_views = TRUE) { | 31 protected function setUp($import_test_views = TRUE) { |
32 parent::setUp($import_test_views); | 32 parent::setUp($import_test_views); |
33 | 33 |
34 $this->installEntitySchema('entity_test'); | |
34 $this->installEntitySchema('user'); | 35 $this->installEntitySchema('user'); |
35 $this->installSchema('user', ['users_data']); | 36 $this->installSchema('user', ['users_data']); |
36 } | 37 } |
37 | 38 |
38 /** | 39 /** |