changesListSpecialPage = TestingAccessWrapper::newFromObject( new SpecialRecentchanges ); } public function provideParseParameters() { return [ [ 'limit=123', [ 'limit' => '123' ] ], [ '234', [ 'limit' => '234' ] ], [ 'days=3', [ 'days' => '3' ] ], [ 'namespace=5', [ 'namespace' => 5 ] ], [ 'tagfilter=foo', [ 'tagfilter' => 'foo' ] ], ]; } }