comparison core/modules/datetime/src/Tests/Views/DateTimeHandlerTestBase.php @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children 129ea1e6d783
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
41 protected $nodes = []; 41 protected $nodes = [];
42 42
43 /** 43 /**
44 * {@inheritdoc} 44 * {@inheritdoc}
45 */ 45 */
46 protected function setUp() { 46 protected function setUp($import_test_views = TRUE) {
47 parent::setUp(); 47 parent::setUp($import_test_views);
48 48
49 // Add a date field to page nodes. 49 // Add a date field to page nodes.
50 $node_type = NodeType::create([ 50 $node_type = NodeType::create([
51 'type' => 'page', 51 'type' => 'page',
52 'name' => 'page' 52 'name' => 'page'