Beispiel #1
0
 function testComparePathNotEqual()
 {
     $str = 'http://localhost/test.php/test/test1';
     $uri = new lmbUri($str);
     $this->assertIdentical(false, $uri->comparePath(new lmbUri('http://localhost2/test.php/test/test2')));
 }