jenkins-bot has submitted this change and it was merged. Change subject: Add CiteThisPageOutput to $wgAutoloadClasses ......................................................................
Add CiteThisPageOutput to $wgAutoloadClasses Avoids the following test failure: AutoLoaderTest::testAutoLoadConfig Failed asserting that two arrays are equal. Change-Id: I551d96fc7d2d51987704e42cbc49f0279c2969a5 --- M CiteThisPage.php 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Hoo man: Looks good to me, approved jenkins-bot: Verified diff --git a/CiteThisPage.php b/CiteThisPage.php index ace34af..e6c577d 100644 --- a/CiteThisPage.php +++ b/CiteThisPage.php @@ -33,6 +33,7 @@ $wgSpecialPages['CiteThisPage'] = 'SpecialCiteThisPage'; $wgSpecialPageGroups['CiteThisPage'] = 'pagetools'; $wgAutoloadClasses['SpecialCiteThisPage'] = __DIR__ . '/SpecialCiteThisPage.php'; +$wgAutoloadClasses['CiteThisPageOutput'] = __DIR__ . '/SpecialCiteThisPage.php'; $wgAutoloadClasses['CiteThisPageHooks'] = __DIR__ . '/CiteThisPage.hooks.php'; // Resources -- To view, visit https://gerrit.wikimedia.org/r/187929 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I551d96fc7d2d51987704e42cbc49f0279c2969a5 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/CiteThisPage Gerrit-Branch: master Gerrit-Owner: PleaseStand <[email protected]> Gerrit-Reviewer: Hoo man <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
