Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #17434 Improved the error message when a template is not found (r…
…vanginneken, javiereguiluz) This PR was merged into the 2.3 branch. Discussion ---------- Improved the error message when a template is not found | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | no | Fixed tickets | #14806 | License | MIT | Doc PR | - ### Before ![template_error_before](https://cloud.githubusercontent.com/assets/73419/12414237/7db29212-be94-11e5-85b4-c6444aa853f8.png) ### After ![template_error_after](https://cloud.githubusercontent.com/assets/73419/12414242/80ed1eca-be94-11e5-992e-a0596a1e95ca.png) This seems to work in the browser ... but I can't make tests pass. Could anybody please help me? Thanks! Commits ------- 0134d76 Simplified everything 19bfa2e Added a test 88b913b Fixed the problem in an easier way 35f082f Fixed a syntax issue 968476b Improved the error message when a template is not found e9d951a [CodingStandards] Conformed to coding standards d3fe07b [TwigBundle] fixed Include file locations in "Template could not be found" exception
- Loading branch information