Followup r86800, add missing ()
[lhc/web/wiklou.git] / tests / phpunit / includes / FormOptionsInitializationTest.php
index 1997cc5..85d7627 100644 (file)
@@ -78,7 +78,7 @@ class FormOptionsInitializationTest extends MediaWikiTestCase {
                                        'type'   => FormOptions::INT,
                                        )
                        ),
-                       $this->object->getOptions
+                       $this->object->getOptions()
                );
        }