[TESTS] Add tests of Common and fix small oddities that pop up
This commit is contained in:
@@ -72,6 +72,7 @@ abstract class Router
|
||||
return self::$url_gen->generate($id, $args, $type);
|
||||
}
|
||||
|
||||
/** function match($url) throws Symfony\Component\Routing\Exception\ResourceNotFoundException */
|
||||
public static function __callStatic(string $name, array $args)
|
||||
{
|
||||
return self::$router->{$name}(...$args);
|
||||
|
Reference in New Issue
Block a user