function testJoinPath() { $path = lmbFs::joinPath(array('wow', 'hey', 'yo'), lmbFs::UNIX); $this->assertEqual($path, 'wow/hey/yo'); }