Esempio n. 1
0
 /**
  *
  */
 function test_host_not_exists()
 {
     $route = new Route();
     $this->assertEquals(null, $route->host());
 }