From c5d0f4873056c60e85bc04b260d38b9bdba23c80 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Wed, 18 Aug 2021 11:05:17 +0200 Subject: [PATCH] Not needed --- test/SendTestCase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/test/SendTestCase.php b/test/SendTestCase.php index 340fdd43..5bb74e9a 100644 --- a/test/SendTestCase.php +++ b/test/SendTestCase.php @@ -14,7 +14,6 @@ namespace PHPMailer\Test; use Exception; -use PHPMailer\Test\PreSendTestCase; /** * PHPMailer - Test class for tests which need the `PHPMailer::send()` method to be called.