Umherirrender has uploaded a new change for review. https://gerrit.wikimedia.org/r/178252
Change subject: Move Test files under same folder structure where class is (/includes/) ...................................................................... Move Test files under same folder structure where class is (/includes/) Change-Id: I95f1aa6f0ed2cc3306aa6e588a11f359854315c1 --- R tests/phpunit/includes/context/RequestContextTest.php R tests/phpunit/includes/deferred/LinksUpdateTest.php R tests/phpunit/includes/deferred/SearchUpdateTest.php R tests/phpunit/includes/externalstore/ExternalStoreTest.php R tests/phpunit/includes/filerepo/file/LocalFileTest.php R tests/phpunit/includes/libs/ArrayUtilsTest.php R tests/phpunit/includes/libs/XmlTypeCheckTest.php R tests/phpunit/includes/page/ArticleTablesTest.php R tests/phpunit/includes/page/ArticleTest.php R tests/phpunit/includes/page/ImagePage404Test.php R tests/phpunit/includes/page/ImagePageTest.php R tests/phpunit/includes/page/WikiPageTest.php R tests/phpunit/includes/page/WikiPageTestContentHandlerUseDB.php R tests/phpunit/includes/password/PasswordTest.php R tests/phpunit/includes/specialpage/SpecialPageTest.php R tests/phpunit/includes/utils/MWFunctionTest.php 16 files changed, 0 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/52/178252/1 diff --git a/tests/phpunit/includes/RequestContextTest.php b/tests/phpunit/includes/context/RequestContextTest.php similarity index 100% rename from tests/phpunit/includes/RequestContextTest.php rename to tests/phpunit/includes/context/RequestContextTest.php diff --git a/tests/phpunit/includes/LinksUpdateTest.php b/tests/phpunit/includes/deferred/LinksUpdateTest.php similarity index 100% rename from tests/phpunit/includes/LinksUpdateTest.php rename to tests/phpunit/includes/deferred/LinksUpdateTest.php diff --git a/tests/phpunit/includes/search/SearchUpdateTest.php b/tests/phpunit/includes/deferred/SearchUpdateTest.php similarity index 100% rename from tests/phpunit/includes/search/SearchUpdateTest.php rename to tests/phpunit/includes/deferred/SearchUpdateTest.php diff --git a/tests/phpunit/includes/ExternalStoreTest.php b/tests/phpunit/includes/externalstore/ExternalStoreTest.php similarity index 100% rename from tests/phpunit/includes/ExternalStoreTest.php rename to tests/phpunit/includes/externalstore/ExternalStoreTest.php diff --git a/tests/phpunit/includes/LocalFileTest.php b/tests/phpunit/includes/filerepo/file/LocalFileTest.php similarity index 100% rename from tests/phpunit/includes/LocalFileTest.php rename to tests/phpunit/includes/filerepo/file/LocalFileTest.php diff --git a/tests/phpunit/includes/ArrayUtilsTest.php b/tests/phpunit/includes/libs/ArrayUtilsTest.php similarity index 100% rename from tests/phpunit/includes/ArrayUtilsTest.php rename to tests/phpunit/includes/libs/ArrayUtilsTest.php diff --git a/tests/phpunit/includes/XmlTypeCheckTest.php b/tests/phpunit/includes/libs/XmlTypeCheckTest.php similarity index 100% rename from tests/phpunit/includes/XmlTypeCheckTest.php rename to tests/phpunit/includes/libs/XmlTypeCheckTest.php diff --git a/tests/phpunit/includes/ArticleTablesTest.php b/tests/phpunit/includes/page/ArticleTablesTest.php similarity index 100% rename from tests/phpunit/includes/ArticleTablesTest.php rename to tests/phpunit/includes/page/ArticleTablesTest.php diff --git a/tests/phpunit/includes/ArticleTest.php b/tests/phpunit/includes/page/ArticleTest.php similarity index 100% rename from tests/phpunit/includes/ArticleTest.php rename to tests/phpunit/includes/page/ArticleTest.php diff --git a/tests/phpunit/includes/ImagePage404Test.php b/tests/phpunit/includes/page/ImagePage404Test.php similarity index 100% rename from tests/phpunit/includes/ImagePage404Test.php rename to tests/phpunit/includes/page/ImagePage404Test.php diff --git a/tests/phpunit/includes/ImagePageTest.php b/tests/phpunit/includes/page/ImagePageTest.php similarity index 100% rename from tests/phpunit/includes/ImagePageTest.php rename to tests/phpunit/includes/page/ImagePageTest.php diff --git a/tests/phpunit/includes/WikiPageTest.php b/tests/phpunit/includes/page/WikiPageTest.php similarity index 100% rename from tests/phpunit/includes/WikiPageTest.php rename to tests/phpunit/includes/page/WikiPageTest.php diff --git a/tests/phpunit/includes/WikiPageTestContentHandlerUseDB.php b/tests/phpunit/includes/page/WikiPageTestContentHandlerUseDB.php similarity index 100% rename from tests/phpunit/includes/WikiPageTestContentHandlerUseDB.php rename to tests/phpunit/includes/page/WikiPageTestContentHandlerUseDB.php diff --git a/tests/phpunit/includes/PasswordTest.php b/tests/phpunit/includes/password/PasswordTest.php similarity index 100% rename from tests/phpunit/includes/PasswordTest.php rename to tests/phpunit/includes/password/PasswordTest.php diff --git a/tests/phpunit/includes/SpecialPageTest.php b/tests/phpunit/includes/specialpage/SpecialPageTest.php similarity index 100% rename from tests/phpunit/includes/SpecialPageTest.php rename to tests/phpunit/includes/specialpage/SpecialPageTest.php diff --git a/tests/phpunit/includes/MWFunctionTest.php b/tests/phpunit/includes/utils/MWFunctionTest.php similarity index 100% rename from tests/phpunit/includes/MWFunctionTest.php rename to tests/phpunit/includes/utils/MWFunctionTest.php -- To view, visit https://gerrit.wikimedia.org/r/178252 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I95f1aa6f0ed2cc3306aa6e588a11f359854315c1 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Umherirrender <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
