示例#1
0
文件: RouteTest.php 项目: mvc5/tests
 /**
  *
  */
 function test_wildcard_not_exists()
 {
     $route = new Route();
     $this->assertEquals(false, $route->wildcard());
 }