File tree 1 file changed +4
-4
lines changed
Filter options
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/templates
1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change 1
- {{ render(controller(' TestBundle:Fragment:inlined ' , {' options' : {' bar' : bar , ' eleven' : 11 }})) }}
1
+ {{ render(controller(' Symfony\\Bundle\\FrameworkBundle\\Tests\\Functional\\Bundle\\ TestBundle\\Controller\\FragmentController::inlinedAction ' , {' options' : {' bar' : bar , ' eleven' : 11 }})) }}
2
2
--
3
- {{ render(controller(' TestBundle:Fragment:customformat ' , {' _format' : ' html' })) }}
3
+ {{ render(controller(' Symfony\\Bundle\\FrameworkBundle\\Tests\\Functional\\Bundle\\ TestBundle\\Controller\\FragmentController::customformatAction ' , {' _format' : ' html' })) }}
4
4
--
5
- {{ render(controller(' TestBundle:Fragment:customlocale ' , {' _locale' : ' es' })) }}
5
+ {{ render(controller(' Symfony\\Bundle\\FrameworkBundle\\Tests\\Functional\\Bundle\\ TestBundle\\Controller\\FragmentController::customlocaleAction ' , {' _locale' : ' es' })) }}
6
6
--
7
- {{ app .request .setLocale (' fr' ) }}{{ render(controller(' TestBundle:Fragment:forwardlocale ' )) -}}
7
+ {{ app .request .setLocale (' fr' ) }}{{ render(controller(' Symfony\\Bundle\\FrameworkBundle\\Tests\\Functional\\Bundle\\ TestBundle\\Controller\\FragmentController::forwardlocaleAction ' )) -}}
You can’t perform that action at this time.
0 commit comments