public function testClearDate() { $mail = new Mail\Mail(); $mail->setDate(); $mail->clearDate(); $this->assertFalse(isset($mock->headers['Date'])); }