Services: Convert PasswordReset's static to a const now HHVM is gone
[lhc/web/wiklou.git] / tests / phpunit / includes / user / PasswordResetTest.php
index b37a6b4..7acaa06 100644 (file)
@@ -517,7 +517,7 @@ class PasswordResetTest extends MediaWikiTestCase {
                        'PasswordResetRoutes' => $passwordResetRoutes,
                ];
 
-               return new ServiceOptions( PasswordReset::$constructorOptions, $hash );
+               return new ServiceOptions( PasswordReset::CONSTRUCTOR_OPTIONS, $hash );
        }
 
        /**