コード例 #1
0
ファイル: MenuTest.php プロジェクト: benivaldo/zf2-na-pratica
 /**
  * Returns the contens of the expected $file, normalizes newlines
  * @param  string $file
  * @return string
  */
 protected function _getExpected($file)
 {
     return str_replace("\n", PHP_EOL, parent::_getExpected($file));
 }