summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/tests/phpunit/ffs/AppleInfoPlistFfsTest.php')
-rw-r--r--MLEB/Translate/tests/phpunit/ffs/AppleInfoPlistFfsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLEB/Translate/tests/phpunit/ffs/AppleInfoPlistFfsTest.php b/MLEB/Translate/tests/phpunit/ffs/AppleInfoPlistFfsTest.php
index d5295da6..53944e02 100644
--- a/MLEB/Translate/tests/phpunit/ffs/AppleInfoPlistFfsTest.php
+++ b/MLEB/Translate/tests/phpunit/ffs/AppleInfoPlistFfsTest.php
@@ -50,7 +50,7 @@ class AppleInfoPlistFfsTest extends MediaWikiIntegrationTestCase {
$outfile = '';
foreach ( $parsed['MESSAGES'] as $key => $value ) {
- $outfile .= AppleInfoPlistFfs::writeRow( $key, $value, true );
+ $outfile .= AppleInfoPlistFfs::writeRow( $key, $value );
}
$reparsed = $ffs->readFromVariable( $outfile );