comparison core/modules/file/tests/src/Kernel/FileItemValidationTest.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
33 * {@inheritdoc} 33 * {@inheritdoc}
34 */ 34 */
35 protected function setUp() { 35 protected function setUp() {
36 parent::setUp(); 36 parent::setUp();
37 37
38 $this->installEntitySchema('entity_test');
38 $this->installEntitySchema('user'); 39 $this->installEntitySchema('user');
39 $this->installEntitySchema('file'); 40 $this->installEntitySchema('file');
40 $this->installSchema('file', 'file_usage'); 41 $this->installSchema('file', 'file_usage');
41 $this->installSchema('system', 'sequences'); 42 $this->installSchema('system', 'sequences');
42 43