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