Skip to content

Commit 13cf3b1

Browse files
committed
Fix the testsuite
1 parent 612e4fa commit 13cf3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Mailer/MailerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
class MailerTest extends TestCase
2020
{
21-
protected function setUp()
21+
protected function setUp(): void
2222
{
2323
// skip test for Symfony > 5
2424
if (!interface_exists('Symfony\Bundle\FrameworkBundle\Templating\EngineInterface')) {

0 commit comments

Comments
 (0)