コード例 #1
0
ファイル: lmbFsTest.class.php プロジェクト: anykey84/YaBackup
 function testJoinPath()
 {
     $path = lmbFs::joinPath(array('wow', 'hey', 'yo'), lmbFs::UNIX);
     $this->assertEqual($path, 'wow/hey/yo');
 }