Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
--TEST--
2
File_Util::skipRoot()
3
--SKIPIF--
4
<?php
5
require_once 'File/Util.php';
6
if (FILE_WIN32) {
7
  die('SKIP This test is not for Windows');
8
}
9
?>
10
--FILE--
11
<?php
12
// $Id: $
13
require_once 'File/Util.php';
14
echo File_Util::skipRoot('/usr/share/pear');
15
?>
16
--EXPECT--
17
usr/share/pear