From 1d8b52fbfd3e7e233a454545e9601a901c92360c Mon Sep 17 00:00:00 2001 From: umherirrender Date: Mon, 8 Dec 2014 20:29:30 +0100 Subject: [PATCH] Move Test files under same folder structure where class is (/includes/) Change-Id: I95f1aa6f0ed2cc3306aa6e588a11f359854315c1 --- tests/phpunit/includes/{ => context}/RequestContextTest.php | 0 tests/phpunit/includes/{ => deferred}/LinksUpdateTest.php | 0 tests/phpunit/includes/{search => deferred}/SearchUpdateTest.php | 0 tests/phpunit/includes/{ => externalstore}/ExternalStoreTest.php | 0 tests/phpunit/includes/{ => filerepo/file}/LocalFileTest.php | 0 tests/phpunit/includes/{ => libs}/ArrayUtilsTest.php | 0 tests/phpunit/includes/{ => libs}/XmlTypeCheckTest.php | 0 tests/phpunit/includes/{ => page}/ArticleTablesTest.php | 0 tests/phpunit/includes/{ => page}/ArticleTest.php | 0 tests/phpunit/includes/{ => page}/ImagePage404Test.php | 0 tests/phpunit/includes/{ => page}/ImagePageTest.php | 0 tests/phpunit/includes/{ => page}/WikiPageTest.php | 0 .../includes/{ => page}/WikiPageTestContentHandlerUseDB.php | 0 tests/phpunit/includes/{ => password}/PasswordTest.php | 0 tests/phpunit/includes/{ => specialpage}/SpecialPageTest.php | 0 tests/phpunit/includes/{ => utils}/MWFunctionTest.php | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename tests/phpunit/includes/{ => context}/RequestContextTest.php (100%) rename tests/phpunit/includes/{ => deferred}/LinksUpdateTest.php (100%) rename tests/phpunit/includes/{search => deferred}/SearchUpdateTest.php (100%) rename tests/phpunit/includes/{ => externalstore}/ExternalStoreTest.php (100%) rename tests/phpunit/includes/{ => filerepo/file}/LocalFileTest.php (100%) rename tests/phpunit/includes/{ => libs}/ArrayUtilsTest.php (100%) rename tests/phpunit/includes/{ => libs}/XmlTypeCheckTest.php (100%) rename tests/phpunit/includes/{ => page}/ArticleTablesTest.php (100%) rename tests/phpunit/includes/{ => page}/ArticleTest.php (100%) rename tests/phpunit/includes/{ => page}/ImagePage404Test.php (100%) rename tests/phpunit/includes/{ => page}/ImagePageTest.php (100%) rename tests/phpunit/includes/{ => page}/WikiPageTest.php (100%) rename tests/phpunit/includes/{ => page}/WikiPageTestContentHandlerUseDB.php (100%) rename tests/phpunit/includes/{ => password}/PasswordTest.php (100%) rename tests/phpunit/includes/{ => specialpage}/SpecialPageTest.php (100%) rename tests/phpunit/includes/{ => utils}/MWFunctionTest.php (100%) 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 -- 2.20.1