예제 #1
0
파일: EOLTest.php 프로젝트: nochso/omni
 public function testDetectDefault_WhenNoEOL_UseDefault()
 {
     $this->assertSame(EOL::EOL_CR_LF, (string) EOL::detectDefault('a', EOL::EOL_CR_LF));
 }