Example #1
0
 /**
  *
  */
 function test_constraints_not_exists()
 {
     $route = new Route();
     $this->assertEquals([], $route->constraints());
 }