Skip to content
Snippets Groups Projects
Commit 147f7df6 authored by git's avatar git Committed by David Bätge
Browse files

Issue #3289674 by Project Update Bot: Automated Drupal 10 compatibility fixes

parent 5c522b56
Branches
Tags
No related merge requests found
name: 'Simplenews Decoupled'
type: module
description: 'Provides a post endpoint for adding new subscribers.'
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
package: 'Mail'
dependencies:
- simplenews:simplenews (>=8.x-2.x)
......@@ -34,7 +34,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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment