From ceface083099005a42c5ea18a7de094b5e4c8c7b Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 14 Jan 2025 10:41:46 +1300 Subject: [PATCH] MNT Fix unit test --- tests/php/i18n/i18nTextCollectorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/php/i18n/i18nTextCollectorTest.php b/tests/php/i18n/i18nTextCollectorTest.php index 5c96f1e6637..ca30c10713c 100644 --- a/tests/php/i18n/i18nTextCollectorTest.php +++ b/tests/php/i18n/i18nTextCollectorTest.php @@ -83,7 +83,7 @@ public function testCollectFromNewTemplateSyntaxUsingParserSubclass() $mymodule = ModuleLoader::inst()->getManifest()->getModule('i18ntestmodule'); $html = << + <%t Test.SINGLEQUOTE 'Single Quote' %> <%t i18nTestModule.NEWMETHODSIG "New _t method signature test" %> <%t i18nTestModule.INJECTIONS_0 "Hello {name} {greeting}, and {goodbye}" name="Mark" greeting="welcome" goodbye="bye" %> <%t i18nTestModule.INJECTIONS_1 "Hello {name} {greeting}, and {goodbye}" name="Paul" greeting="welcome" goodbye="cya" %>