TestCase: remove unused property
This commit is contained in:
parent
c5c35e4378
commit
1c32844af2
|
|
@ -29,13 +29,6 @@ abstract class TestCase extends PolyfillTestCase
|
|||
*/
|
||||
protected $Mail;
|
||||
|
||||
/**
|
||||
* Holds the SMTP mail host.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
private $Host = '';
|
||||
|
||||
/**
|
||||
* Holds the change log.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue