Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 305668a

Browse filesBrowse files
committed
Explictly enable property access in the tests (related to symfony/symfony#40140, it is a dev dependency)
1 parent 27e6599 commit 305668a
Copy full SHA for 305668a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎Tests/Functional/TestKernel.php

Copy file name to clipboardExpand all lines: Tests/Functional/TestKernel.php
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ protected function configureContainer(ContainerBuilder $c, LoaderInterface $load
125125
'validation' => null,
126126
'form' => null,
127127
'serializer' => ['enable_annotations' => true],
128+
'property_access' => true,
128129
];
129130

130131
// templating is deprecated

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.