コード例 #1
0
 /**
  *
  */
 public function testBase()
 {
     $urlBuilder = new URLBuilder($this->getRequest(), $this->getRoutes());
     $this->assertEquals('http://example.org', $urlBuilder->base());
 }