Exemple #1
0
 /**
  *
  */
 function test_method_not_exists()
 {
     $route = new Route();
     $this->assertEquals(null, $route->method());
 }