Use TextFormatter in the REST API
[lhc/web/wiklou.git] / tests / phpunit / unit / includes / Rest / RouterTest.php
index e16ea25..9f51371 100644 (file)
@@ -29,7 +29,7 @@ class RouterTest extends \MediaWikiUnitTestCase {
                        [],
                        '/rest',
                        new \EmptyBagOStuff(),
-                       new ResponseFactory(),
+                       new ResponseFactory( [] ),
                        new StaticBasicAuthorizer( $authError ),
                        $objectFactory,
                        new Validator( $objectFactory, $request, new User )