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