From 2fa07cf3a28bb25b8b15f15c80dc87e226ebe00a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Jun 2025 10:52:37 +0200 Subject: use phpunit9 --- PHPMailerRpmTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PHPMailerRpmTest.php') diff --git a/PHPMailerRpmTest.php b/PHPMailerRpmTest.php index 1a4c903..979033a 100644 --- a/PHPMailerRpmTest.php +++ b/PHPMailerRpmTest.php @@ -23,7 +23,7 @@ final class PHPMailerRpmTest extends TestCase /** * Run before each test is started. */ - protected function setUp() + protected function setUp(): void { $this->Mail = new PHPMailer(); } -- cgit