TestCase: remove unused property

This commit is contained in:
jrfnl 2021-06-29 13:15:18 +02:00
parent c5c35e4378
commit 1c32844af2
1 changed files with 0 additions and 7 deletions

View File

@ -29,13 +29,6 @@ abstract class TestCase extends PolyfillTestCase
*/
protected $Mail;
/**
* Holds the SMTP mail host.
*
* @var string
*/
private $Host = '';
/**
* Holds the change log.
*