Example #1
0
 public function testNormalizePath()
 {
     $this->assertEquals("aaa/b/c", File::normalizePath('aaa/xxx/../b/c'));
 }