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