You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to debug the error in symfony-cmf/seo-bundle#177 There want to implement a test where i needet to overwrite the TwigBundle:Exception:exception_full.html.twig in a test. So i created a copy in Tests/Resources/app/Resources/TwigBundle/views/Exception/exception.html.twig which seems to be the right folder. But not for the Symfony cache of the test application. While debugging, i saw that the application tries to render the orignal template in the TwigBundle.
Any ideas for the place to put the templates? Or does the test application does not add my template?