mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-03-12 10:36:09 +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
ce6ed1ee80
commit
d8a7859484
@ -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