Esempio n. 1
0
 /**
  *
  */
 function test_wildcard_not_exists()
 {
     $route = new Route();
     $this->assertEquals(false, $route->wildcard());
 }