File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/Symfony/Bundle/TwigBundle/Tests/Functional Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ public function registerContainerConfiguration(LoaderInterface $loader)
90
90
$ loader ->load (function ($ container ) {
91
91
$ container ->loadFromExtension ('framework ' , array (
92
92
'secret ' => '$ecret ' ,
93
+ 'form ' => array ('enabled ' => false ),
93
94
));
94
95
});
95
96
@@ -99,6 +100,7 @@ public function registerContainerConfiguration(LoaderInterface $loader)
99
100
'secret ' => '$ecret ' ,
100
101
'templating ' => array ('engines ' => array ('twig ' )),
101
102
'router ' => array ('resource ' => '%kernel.root_dir%/Resources/config/empty_routing.yml ' ),
103
+ 'form ' => array ('enabled ' => false ),
102
104
));
103
105
});
104
106
}
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ public function registerContainerConfiguration(LoaderInterface $loader)
62
62
$ loader ->load (function ($ container ) {
63
63
$ container ->loadFromExtension ('framework ' , array (
64
64
'secret ' => '$ecret ' ,
65
+ 'form ' => array ('enabled ' => false ),
65
66
));
66
67
});
67
68
}
You can’t perform that action at this time.
0 commit comments