Skip to content
Snippets Groups Projects
Commit a4cdbb06 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #1971860 by arh1, shanethehat, Fabianx: Document that Twig debug mode...

Issue #1971860 by arh1, shanethehat, Fabianx: Document that Twig debug mode can cause automated tests to fail
parent f63db4cf
No related merge requests found
......@@ -289,6 +289,9 @@
* When debugging is enabled:
* - The markup of each Twig template is surrounded by HTML comments that
* contain theming information, such as template file name suggestions.
* - Note that this debugging markup will cause automated tests that directly
* check rendered HTML to fail. When running automated tests, 'twig_debug'
* should be set to FALSE.
* - The dump() function can be used in Twig templates to output information
* about template variables.
* - Twig templates are automatically recompiled whenever the source code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment