Use TextFormatter in the REST API
[lhc/web/wiklou.git] / tests / phpunit / includes / Rest / EntryPointTest.php
index b984895..1c9bc41 100644 (file)
@@ -38,7 +38,7 @@ class EntryPointTest extends \MediaWikiTestCase {
                        [],
                        '/rest',
                        new EmptyBagOStuff(),
-                       new ResponseFactory(),
+                       new ResponseFactory( [] ),
                        new StaticBasicAuthorizer(),
                        $objectFactory,
                        new Validator( $objectFactory, $request, new User )