예제 #1
0
파일: UriTest.php 프로젝트: mvc5/tests
 /**
  *
  */
 function test_path()
 {
     $uri = new Uri([Arg::PATH => 'foo']);
     $this->assertEquals('foo', $uri->path());
 }