Skip to content

Commit

Permalink
Fix lowest unset variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Jul 24, 2024
1 parent 53b8802 commit 6c29be4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/Functional/Mail/HelperTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ class HelperTestCase extends SuluTestCase

protected function setUp(): void
{
static::$kernel = null;

parent::setUp();

$this->client = $this->createWebsiteClient();
Expand Down

0 comments on commit 6c29be4

Please sign in to comment.