jenkins-bot has submitted this change and it was merged.
Change subject: _autoload.php renamed to Autoload.php
......................................................................
_autoload.php renamed to Autoload.php
The file was renamed to keep consistency over extensions and the references
were resolved as well.
Change-Id: I6262c9eb497e32d0280bc6aafc9c8503843cfb3b
---
R Autoload.php
M Translate.php
M tests/phpunit/SpecialPagesTest.php
3 files changed, 2 insertions(+), 2 deletions(-)
Approvals:
Nikerabbit: Looks good to me, approved
jenkins-bot: Verified
diff --git a/_autoload.php b/Autoload.php
similarity index 100%
rename from _autoload.php
rename to Autoload.php
diff --git a/Translate.php b/Translate.php
index 7679b39..acfcca9 100644
--- a/Translate.php
+++ b/Translate.php
@@ -40,7 +40,7 @@
* Setup class autoloading.
*/
$dir = __DIR__;
-require_once "$dir/_autoload.php";
+require_once "$dir/Autoload.php";
/** @endcond */
/**
diff --git a/tests/phpunit/SpecialPagesTest.php
b/tests/phpunit/SpecialPagesTest.php
index 5c6e035..658d859 100644
--- a/tests/phpunit/SpecialPagesTest.php
+++ b/tests/phpunit/SpecialPagesTest.php
@@ -26,7 +26,7 @@
}
public static function provideSpecialPages() {
- require __DIR__ . '/../../_autoload.php';
+ require __DIR__ . '/../../Autoload.php';
global $wgSpecialPages;
$pages = array();
--
To view, visit https://gerrit.wikimedia.org/r/133710
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6262c9eb497e32d0280bc6aafc9c8503843cfb3b
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: BPositive <[email protected]>
Gerrit-Reviewer: Nemo bis <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits