Skip to content

Commit

Permalink
Return kernel class via method
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Jul 24, 2024
1 parent 92ecdc9 commit 3cca0b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Tests/Functional/Mail/MailerHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@

class MailerHelperTest extends HelperTestCase
{
protected static $class = MailerKernel::class;
public static function getKernelClass(): string
{
return MailerKernel::class;
}

public function testSendsEmailUsingMailerComponent()
{
Expand Down

0 comments on commit 3cca0b8

Please sign in to comment.