Explicitly declare property visibility, remove use of var
[lhc/web/wiklou.git] / tests / phpunit / includes / htmlform / HTMLAutoCompleteSelectFieldTest.php
index 2c7f50c..3b5347c 100644 (file)
@@ -6,7 +6,7 @@
  */
 class HtmlAutoCompleteSelectFieldTest extends MediaWikiTestCase {
 
-       var $options = array(
+       public $options = array(
                'Bulgaria'     => 'BGR',
                'Burkina Faso' => 'BFA',
                'Burundi'      => 'BDI',