public function testAddingFromAddressMarksAsValid() { $this->message->addFrom('*****@*****.**'); $this->assertTrue($this->message->isValid()); }