コード例 #1
0
 function testCompareQueryNotEqual2()
 {
     $str = 'http://*****:*****@localhost:81/test.php?bar=foo&foo=bar#23';
     $uri = new lmbUri($str);
     $this->assertFalse($uri->compareQuery(new lmbUri('http://*****:*****@localhost:81/test.php?bar=foo#23')));
 }