Beispiel #1
0
 /**
  *
  */
 function test_port_not_exists()
 {
     $route = new Route();
     $this->assertEquals(null, $route->port());
 }