コード例 #1
0
ファイル: UriTest.php プロジェクト: mvc5/tests
 /**
  *
  */
 function test_password()
 {
     $uri = new Uri([Arg::PASS => 'foo']);
     $this->assertEquals('foo', $uri->password());
 }