1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Run tests in no debug mode

This commit is contained in:
Yassine Guedidi 2024-02-24 02:34:46 +01:00
parent 65ed401296
commit 6d38e0533f
4 changed files with 10 additions and 1 deletions

View file

@ -125,6 +125,9 @@ fos_rest:
# for an unknown reason, EACH REQUEST goes to FOS\RestBundle\EventListener\FormatListener
# so we need to add custom rule for custom api export but also for all other routes of the application...
- { path: '^/', priorities: ['text/html', '*/*'], fallback_format: html, prefer_extension: false }
exception:
messages:
Symfony\Component\HttpKernel\Exception\BadRequestHttpException: true
nelmio_api_doc:
areas: