Skip to content

Commit

Permalink
Merge pull request #11549 from creative-commoners/pulls/6.0/unit-test
Browse files Browse the repository at this point in the history
MNT Fix unit test
  • Loading branch information
GuySartorelli authored Jan 14, 2025
2 parents cea977d + ceface0 commit 4bddf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/i18n/i18nTextCollectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function testCollectFromNewTemplateSyntaxUsingParserSubclass()
$mymodule = ModuleLoader::inst()->getManifest()->getModule('i18ntestmodule');

$html = <<<SS
<% _t('Test.SINGLEQUOTE','Single Quote'); %>
<%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" %>
Expand Down

0 comments on commit 4bddf25

Please sign in to comment.