X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fplugins%2Ftest_route_invalid%2Ftest_route_invalid.php;fp=tests%2Fplugins%2Ftest_route_invalid%2Ftest_route_invalid.php;h=0c5a51012dd65c051194f8513276907145edd970;hb=a6e9c08499f9f79dad88cb3ae9eacda0e0c34c96;hp=0000000000000000000000000000000000000000;hpb=6f9e0609f4c118142504234ebcc7d93456b5e588;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/plugins/test_route_invalid/test_route_invalid.php b/tests/plugins/test_route_invalid/test_route_invalid.php new file mode 100644 index 00000000..0c5a5101 --- /dev/null +++ b/tests/plugins/test_route_invalid/test_route_invalid.php @@ -0,0 +1,12 @@ + 'GET', + 'route' => 'not a route', + 'callable' => 'getFunction', + ], + ]; +}