aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/plugins/config/_test/LoaderTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/config/_test/LoaderTest.php')
-rw-r--r--lib/plugins/config/_test/LoaderTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/config/_test/LoaderTest.php b/lib/plugins/config/_test/LoaderTest.php
index ca8479cd2..0c315842d 100644
--- a/lib/plugins/config/_test/LoaderTest.php
+++ b/lib/plugins/config/_test/LoaderTest.php
@@ -68,6 +68,8 @@ class LoaderTest extends \DokuWikiTest {
$this->assertArrayNotHasKey('title', $lang);
// plugin strings
+ $this->assertArrayHasKey('plugin____testing____plugin_settings_name', $lang);
+ $this->assertEquals('Testing', $lang['plugin____testing____plugin_settings_name']);
$this->assertArrayHasKey('plugin____testing____schnibble', $lang);
$this->assertEquals(
'Turns on the schnibble before the frobble is used',