Exemple #1
0
 /**
  * @dataProvider checkEOLDP
  */
 public function testCheckEOL($a, $b)
 {
     $obj = new _Utils();
     $file_content = file($a);
     $this->string($obj->checkEOL($file_content[0]))->isEqualTo($b);
 }