Thiemo Mättig (WMDE) has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/258148

Change subject: Move SpecialAboutTopic to includes
......................................................................

Move SpecialAboutTopic to includes

Resubmission of Ie465a0b.

Change-Id: Ibcbe985ff3158c5bc6250fd3c56edb746d242d09
---
M ArticlePlaceholder.php
R includes/SpecialAboutTopic.php
R tests/phpunit/includes/SpecialAboutTopicTest.php
3 files changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ArticlePlaceholder 
refs/changes/48/258148/1

diff --git a/ArticlePlaceholder.php b/ArticlePlaceholder.php
index 84dfbd2..2c2dab7 100644
--- a/ArticlePlaceholder.php
+++ b/ArticlePlaceholder.php
@@ -21,7 +21,7 @@
 );
 
 $wgAutoloadClasses['ArticlePlaceholder\Specials\SpecialAboutTopic']
-       = __DIR__ . '/Specials/SpecialAboutTopic.php';
+       = __DIR__ . '/includes/SpecialAboutTopic.php';
 $wgAutoloadClasses['ArticlePlaceholder\Hooks'] = __DIR__ . 
'/includes/Hooks.php';
 $wgAutoloadClasses['ArticlePlaceholder\SearchHookHandler']
        = __DIR__ . '/includes/SearchHookHandler.php';
diff --git a/Specials/SpecialAboutTopic.php b/includes/SpecialAboutTopic.php
similarity index 100%
rename from Specials/SpecialAboutTopic.php
rename to includes/SpecialAboutTopic.php
diff --git a/tests/phpunit/Specials/SpecialAboutTopicTest.php 
b/tests/phpunit/includes/SpecialAboutTopicTest.php
similarity index 100%
rename from tests/phpunit/Specials/SpecialAboutTopicTest.php
rename to tests/phpunit/includes/SpecialAboutTopicTest.php

-- 
To view, visit https://gerrit.wikimedia.org/r/258148
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibcbe985ff3158c5bc6250fd3c56edb746d242d09
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ArticlePlaceholder
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to