From 1c32844af29acc6cd136ef81519c6be8c987692b Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 29 Jun 2021 13:15:18 +0200 Subject: [PATCH] TestCase: remove unused property --- test/TestCase.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/TestCase.php b/test/TestCase.php index c354bdfd..e1848f1c 100644 --- a/test/TestCase.php +++ b/test/TestCase.php @@ -29,13 +29,6 @@ abstract class TestCase extends PolyfillTestCase */ protected $Mail; - /** - * Holds the SMTP mail host. - * - * @var string - */ - private $Host = ''; - /** * Holds the change log. *