summaryrefslogtreecommitdiff
path: root/tests/Unit/Renderer/Twig/Extensions/TranslationTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Renderer/Twig/Extensions/TranslationTest.php')
-rw-r--r--tests/Unit/Renderer/Twig/Extensions/TranslationTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Unit/Renderer/Twig/Extensions/TranslationTest.php b/tests/Unit/Renderer/Twig/Extensions/TranslationTest.php
index f1548604..18705683 100644
--- a/tests/Unit/Renderer/Twig/Extensions/TranslationTest.php
+++ b/tests/Unit/Renderer/Twig/Extensions/TranslationTest.php
@@ -40,6 +40,7 @@ class TranslationTest extends ExtensionTest
$functions = $extension->getFunctions();
$this->assertExtensionExists('__', [$translator, 'translate'], $functions);
+ $this->assertExtensionExists('_e', [$translator, 'translatePlural'], $functions);
}
/**