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