mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
Explictly enable property access in the tests (related to https://github.com/symfony/symfony/pull/40140, it is a dev dependency)
This commit is contained in:
parent
27e6599b1a
commit
305668a345
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ class TestKernel extends Kernel
|
|||
'validation' => null,
|
||||
'form' => null,
|
||||
'serializer' => ['enable_annotations' => true],
|
||||
'property_access' => true,
|
||||
];
|
||||
|
||||
// templating is deprecated
|
||||
|
|
Loading…
Add table
Reference in a new issue