Beispiel #1
0
 public function testGetName()
 {
     $eol = new EOL(EOL::EOL_LF);
     $this->assertSame('LF', $eol->getName());
 }