comparison core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents a9cd425dd02b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
40 * then call createTestViews for your own. 40 * then call createTestViews for your own.
41 */ 41 */
42 protected function setUp($import_test_views = TRUE) { 42 protected function setUp($import_test_views = TRUE) {
43 parent::setUp(); 43 parent::setUp();
44 44
45 $this->installSchema('system', ['router', 'sequences', 'key_value_expire']); 45 $this->installSchema('system', ['sequences', 'key_value_expire']);
46 $this->setUpFixtures(); 46 $this->setUpFixtures();
47 47
48 if ($import_test_views) { 48 if ($import_test_views) {
49 ViewTestData::createTestViews(get_class($this), ['views_test_config']); 49 ViewTestData::createTestViews(get_class($this), ['views_test_config']);
50 } 50 }