Siebrand has uploaded a new change for review. https://gerrit.wikimedia.org/r/94158
Change subject: Move files with tests to reflect the code ...................................................................... Move files with tests to reflect the code Change-Id: I7949457fb1ad056dc3db09b43ecf73bc8a61d5a8 --- R tests/phpunit/includes/utils/CdbTest.php R tests/phpunit/includes/utils/HashRingTest.php R tests/phpunit/includes/utils/IPTest.php R tests/phpunit/includes/utils/StringUtilsTest.php R tests/phpunit/includes/utils/UIDGeneratorTest.php R tests/phpunit/includes/utils/ZipDirectoryReaderTest.php 6 files changed, 0 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/58/94158/1 diff --git a/tests/phpunit/includes/CdbTest.php b/tests/phpunit/includes/utils/CdbTest.php similarity index 100% rename from tests/phpunit/includes/CdbTest.php rename to tests/phpunit/includes/utils/CdbTest.php diff --git a/tests/phpunit/includes/HashRingTest.php b/tests/phpunit/includes/utils/HashRingTest.php similarity index 100% rename from tests/phpunit/includes/HashRingTest.php rename to tests/phpunit/includes/utils/HashRingTest.php diff --git a/tests/phpunit/includes/IPTest.php b/tests/phpunit/includes/utils/IPTest.php similarity index 100% rename from tests/phpunit/includes/IPTest.php rename to tests/phpunit/includes/utils/IPTest.php diff --git a/tests/phpunit/includes/StringUtilsTest.php b/tests/phpunit/includes/utils/StringUtilsTest.php similarity index 100% rename from tests/phpunit/includes/StringUtilsTest.php rename to tests/phpunit/includes/utils/StringUtilsTest.php diff --git a/tests/phpunit/includes/UIDGeneratorTest.php b/tests/phpunit/includes/utils/UIDGeneratorTest.php similarity index 100% rename from tests/phpunit/includes/UIDGeneratorTest.php rename to tests/phpunit/includes/utils/UIDGeneratorTest.php diff --git a/tests/phpunit/includes/ZipDirectoryReaderTest.php b/tests/phpunit/includes/utils/ZipDirectoryReaderTest.php similarity index 100% rename from tests/phpunit/includes/ZipDirectoryReaderTest.php rename to tests/phpunit/includes/utils/ZipDirectoryReaderTest.php -- To view, visit https://gerrit.wikimedia.org/r/94158 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7949457fb1ad056dc3db09b43ecf73bc8a61d5a8 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Siebrand <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
