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:
parent
65ed401296
commit
6d38e0533f
4 changed files with 10 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue