Siebrand has uploaded a new change for review.
https://gerrit.wikimedia.org/r/102663
Change subject: Explicitly define $ffs as class property
......................................................................
Explicitly define $ffs as class property
Change-Id: I7f574c21c030c52d0866543bbd3924c8a268f25c
---
M tests/phpunit/ffs/RubyYamlFFSTest.php
1 file changed, 4 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Translate
refs/changes/63/102663/1
diff --git a/tests/phpunit/ffs/RubyYamlFFSTest.php
b/tests/phpunit/ffs/RubyYamlFFSTest.php
index a3d94bb..e2a7004 100644
--- a/tests/phpunit/ffs/RubyYamlFFSTest.php
+++ b/tests/phpunit/ffs/RubyYamlFFSTest.php
@@ -1,11 +1,12 @@
<?php
class RubyYamlFFSTest extends MediaWikiTestCase {
- /**
- * @var MessageGroup
- */
+ /** @var MessageGroup */
protected $group;
+ /** @var FFS|null */
+ protected $ffs;
+
protected $groupConfiguration = array(
'BASIC' => array(
'class' => 'FileBasedMessageGroup',
--
To view, visit https://gerrit.wikimedia.org/r/102663
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7f574c21c030c52d0866543bbd3924c8a268f25c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits