Esempio n. 1
0
 public function testRelativePath()
 {
     $path2 = FileUtils::relative_path(__FILE__);
     ok($path2);
     is($path2, 'tests/Phifty/FileUtilsTest.php');
 }