summaryrefslogtreecommitdiff
path: root/tests/test_utils/templates
AgeCommit message (Collapse)Author
2025-09-15Fixed #36589 -- Made assertTemplateUsed/NotUsed track full path for ↵Caitie Baca
PartialTemplate. Previously, assertTemplateUsed only matched partial names, ignoring the template origin. This caused assertions on partials specified by origin ("template.html#partial") to fail. Refs #36410.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner