コード例 #1
0
ファイル: BaseRequestTest.php プロジェクト: DQNEO/prestissimo
 public function testGetMaskedURL()
 {
     $req = new BaseRequest();
     $req->setURL('http://*****:*****@example.com/p/a/t/h?token=opensesame');
     self::assertEquals('http://example.com/p/a/t/h', $req->getMaskedURL());
 }