We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24699fb commit e908297Copy full SHA for e908297
1 file changed
tests/PoLoaderTest.php
@@ -20,7 +20,9 @@ public function testPoLoader()
20
Copyright (C) YEAR Free Software Foundation, Inc.
21
This file is distributed under the same license as the PACKAGE package.
22
FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
23
-EOT, $description);
+EOT
24
+ ,
25
+ $description);
26
27
$this->assertSame(['fuzzy'], $translations->getFlags()->toArray());
28
0 commit comments