コード例 #1
0
 function testSetPath()
 {
     $uri1 = new lmbUri('/index.html');
     $uri2 = new lmbUri('http://dot.com/index.html');
     $this->assertEqual($uri1->getPathElements(), $uri2->getPathElements());
 }