public function testSetAndGetEol() { $m = new Mail(); $m->setEol(Mail::LF); $this->assertEquals("\n", $m->getEol()); }