Example #1
0
 /**
  * Tests whether normalizePath() works as expected.
  *
  * @dataProvider dataProviderTestNormalizePath
  * @return void
  */
 public function testNormalizePath($path, $expectedResult)
 {
     $this->assertSame($expectedResult, Uri::normalizePath($path));
 }