comparison core/modules/field/tests/src/Kernel/TranslationTest.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
70 * {@inheritdoc} 70 * {@inheritdoc}
71 */ 71 */
72 protected function setUp() { 72 protected function setUp() {
73 parent::setUp(); 73 parent::setUp();
74 74
75 $this->installEntitySchema('node');
75 $this->installConfig(['language']); 76 $this->installConfig(['language']);
76 77
77 $this->fieldName = mb_strtolower($this->randomMachineName()); 78 $this->fieldName = mb_strtolower($this->randomMachineName());
78 79
79 $this->entityType = 'entity_test'; 80 $this->entityType = 'entity_test';