mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +03:00
Merge pull request #1829 from nelmio/PROPACCESS
Explictly enable property access in the tests
This commit is contained in:
commit
40dfcf4184
@ -126,6 +126,7 @@ class TestKernel extends Kernel
|
||||
'validation' => null,
|
||||
'form' => null,
|
||||
'serializer' => ['enable_annotations' => true],
|
||||
'property_access' => true,
|
||||
];
|
||||
|
||||
$c->loadFromExtension('framework', $framework);
|
||||
|
Loading…
x
Reference in New Issue
Block a user