예제 #1
0
 public function testGetBaseUrl()
 {
     $_SERVER['HTTP_HOST'] = 'example.org';
     $result = Router::getBaseUrl();
     $this->assertSame('http://example.org', $result);
 }