a6e9c084
1 2 3 4 5 6 7 8 9 10 11 12
<?php function test_route_invalid_register_routes(): array { return [ [ 'method' => 'GET', 'route' => 'not a route', 'callable' => 'getFunction', ], ]; }