jenkins-bot has submitted this change and it was merged.

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, 1 insertion(+), 1 deletion(-)

Approvals:
  Chad: Looks good to me, approved
  jenkins-bot: Verified



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 97%
rename from tests/phpunit/includes/ZipDirectoryReaderTest.php
rename to tests/phpunit/includes/utils/ZipDirectoryReaderTest.php
index 2627a41..f0203d4 100644
--- a/tests/phpunit/includes/ZipDirectoryReaderTest.php
+++ b/tests/phpunit/includes/utils/ZipDirectoryReaderTest.php
@@ -10,7 +10,7 @@
 
        protected function setUp() {
                parent::setUp();
-               $this->zipDir = __DIR__ . '/../data/zip';
+               $this->zipDir = __DIR__ . '/../../data/zip';
        }
 
        function zipCallback( $entry ) {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7949457fb1ad056dc3db09b43ecf73bc8a61d5a8
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to