예제 #1
0
파일: EOLTest.php 프로젝트: nochso/omni
 public function testGetName()
 {
     $eol = new EOL(EOL::EOL_LF);
     $this->assertSame('LF', $eol->getName());
 }