X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fplugins%2Ftest%2Ftest.php;h=ae5032dd36a5b19fc999c387c008ff781481c70c;hb=refs%2Fpull%2F1516%2Fhead;hp=2aaf51223e326e108451b0ba77b026db7828b6d0;hpb=af41d5ab5d2bd3ba64d052c997bc6afa6966a63c;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/plugins/test/test.php b/tests/plugins/test/test.php index 2aaf5122..ae5032dd 100644 --- a/tests/plugins/test/test.php +++ b/tests/plugins/test/test.php @@ -19,3 +19,8 @@ function hook_test_random($data) return $data; } + +function hook_test_error() +{ + new Unknown(); +}