Loading students.info.yml +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 tests/src/Functional/LoadTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
students.info.yml +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
tests/src/Functional/LoadTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading