Ejemplo n.º 1
0
 /**
  * @dataProvider defaultDots
  */
 public function testRemoveDotSegments($path, $expected)
 {
     $uri = new URI();
     $this->assertEquals($expected, $uri->removeDotSegments($path));
 }