示例#1
0
文件: UriTest.php 项目: mvc5/tests
 /**
  *
  */
 function test_path()
 {
     $uri = new Uri([Arg::PATH => 'foo']);
     $this->assertEquals('foo', $uri->path());
 }