mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-13 13:09:25 +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,
|
'validation' => null,
|
||||||
'form' => null,
|
'form' => null,
|
||||||
'serializer' => ['enable_annotations' => true],
|
'serializer' => ['enable_annotations' => true],
|
||||||
|
'property_access' => true,
|
||||||
];
|
];
|
||||||
|
|
||||||
$c->loadFromExtension('framework', $framework);
|
$c->loadFromExtension('framework', $framework);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user