Mercurial > hg > isophonics-drupal-site
comparison core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
28 ]; | 28 ]; |
29 | 29 |
30 protected function setUp() { | 30 protected function setUp() { |
31 parent::setUp(); | 31 parent::setUp(); |
32 $this->installEntitySchema('comment'); | 32 $this->installEntitySchema('comment'); |
33 $this->installEntitySchema('entity_test_string_id'); | |
33 $this->installSchema('comment', ['comment_entity_statistics']); | 34 $this->installSchema('comment', ['comment_entity_statistics']); |
34 // Create the comment body field storage. | 35 // Create the comment body field storage. |
35 $this->installConfig(['field']); | 36 $this->installConfig(['field']); |
36 } | 37 } |
37 | 38 |