Automated Project Update Bot fixes
2 unresolved threads
2 unresolved threads
This merge request was automatically created by the Project Update Bot. It contains the changes from run 11-121090.
Merge request reports
Activity
27 27 * {@inheritdoc} 28 28 */ 29 29 protected function setUp(): void { 30 parent::setUp(); 30 31 // We have to skip parent::setUp() here and go straight to the 31 32 // KernelTestBase since parent::setUp() has no way of calling 32 33 // $this->installSchema() prior to the language creation. 33 34 KernelTestBase::setUp(); 34 35 $this->installSchema('language_hierarchy', ['language_hierarchy_priority']); mentioned in merge request !10 (merged)
added 4 commits
-
67915906...ffe7060c - 3 commits from branch
project:2.x
- 49b4f9f1 - Automated Project Update Bot fixes from run 11-392907.
-
67915906...ffe7060c - 3 commits from branch
Please register or sign in to reply