예제 #1
0
파일: RouteTest.php 프로젝트: mvc5/tests
 /**
  *
  */
 function test_wildcard_not_exists()
 {
     $route = new Route();
     $this->assertEquals(false, $route->wildcard());
 }