Mercurial > hg > isophonics-drupal-site
comparison core/modules/views/src/Tests/FieldApiDataTest.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 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
33 * | 33 * |
34 * @var \Drupal\node\NodeInterface[] | 34 * @var \Drupal\node\NodeInterface[] |
35 */ | 35 */ |
36 protected $translationNodes; | 36 protected $translationNodes; |
37 | 37 |
38 protected function setUp() { | 38 protected function setUp($import_test_views = TRUE) { |
39 parent::setUp(FALSE); | 39 parent::setUp($import_test_views); |
40 | 40 |
41 $field_names = $this->setUpFieldStorages(4); | 41 $field_names = $this->setUpFieldStorages(4); |
42 | 42 |
43 // Attach the field to nodes only. | 43 // Attach the field to nodes only. |
44 $field = [ | 44 $field = [ |