Services: Convert BlockManager's static to a const now HHVM is gone
[lhc/web/wiklou.git] / tests / phpunit / includes / block / BlockManagerTest.php
index 230d36a..ca08f67 100644 (file)
@@ -53,7 +53,7 @@ class BlockManagerTest extends MediaWikiTestCase {
                return [
                        new LoggedServiceOptions(
                                self::$serviceOptionsAccessLog,
-                               BlockManager::$constructorOptions,
+                               BlockManager::CONSTRUCTOR_OPTIONS,
                                MediaWikiServices::getInstance()->getMainConfig()
                        ),
                        MediaWikiServices::getInstance()->getPermissionManager(),