comparison core/modules/field/tests/src/Kernel/TranslationTest.php @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 129ea1e6d783
children
comparison
equal deleted inserted replaced
17:129ea1e6d783 18:af1871eacc83
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';