Commit 72e8a919 authored by Ilcho Vuchkov's avatar Ilcho Vuchkov Committed by Ilcho Vuchkov
Browse files

Issue #3289880 by Project Update Bot, atul ghate, vuil: Automated Drupal 10 compatibility fixes

parent 47679cb3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
name: Students Example Module
description: 'Students Drupal 8 Example Module.'
type: module
core: '8.x'
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
package: Students
dependencies:
  - drupal:user
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ class LoadTest extends BrowserTestBase {
  /**
   * {@inheritdoc}
   */
  protected function setUp() {
  protected function setUp(): void {
    parent::setUp();
    $this->user = $this->drupalCreateUser(['administer site configuration']);
    $this->drupalLogin($this->user);