Пример #1
0
 /**
  * Helper function that replaces all occurences of '/' with
  * the OS-specific directory separator
  *
  * @param string $path The path to act on
  * @return string
  */
 public function dirSeparator($path)
 {
     return Kohana_Unittest_Helpers::dir_separator($path);
 }