summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/tests/phpunit/ffs/JavaFFSTest.php')
-rw-r--r--MLEB/Translate/tests/phpunit/ffs/JavaFFSTest.php8
1 files changed, 2 insertions, 6 deletions
diff --git a/MLEB/Translate/tests/phpunit/ffs/JavaFFSTest.php b/MLEB/Translate/tests/phpunit/ffs/JavaFFSTest.php
index cef493e0..685475cd 100644
--- a/MLEB/Translate/tests/phpunit/ffs/JavaFFSTest.php
+++ b/MLEB/Translate/tests/phpunit/ffs/JavaFFSTest.php
@@ -39,9 +39,7 @@ key\ with\ spaces = Value that can be looked up with "key with spaces".
key-with-{curlies} = Value that can be looked up with "key-with-{curlies}".
PROPERTIES;
- /**
- * @var FileBasedMessageGroup $group
- */
+ /** @var FileBasedMessageGroup $group */
$group = MessageGroupBase::factory( $this->groupConfiguration );
$ffs = new JavaFFS( $group );
$parsed = $ffs->readFromVariable( $file );
@@ -57,9 +55,7 @@ PROPERTIES;
$this->assertEquals( $expected, $parsed );
}
- /**
- * @dataProvider rowValuesProvider
- */
+ /** @dataProvider rowValuesProvider */
public function testRowRoundtrip( $key, $sep, $value, $comment ) {
$write = JavaFFS::writeRow( $key, $sep, $value );
// Trim the trailing newline