Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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']);
  • added 2 commits

    • c3731dfd - 1 commit from branch project:2.x
    • 67915906 - Automated Project Update Bot fixes from run 11-151879.

    Compare with previous version

  • James Williams mentioned in merge request !10 (merged)

    mentioned in merge request !10 (merged)

  • added 4 commits

    Compare with previous version

  • 27 27 * {@inheritdoc}
    28 28 */
    29 29 protected function setUp(): void {
    30 parent::setUp();
  • James Williams requested changes

    requested changes

  • Please register or sign in to reply
    Loading