Move files with tests to reflect the code
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 7 Nov 2013 16:57:46 +0000 (17:57 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 7 Nov 2013 17:03:04 +0000 (18:03 +0100)
commit8ba4964facb0fd41ff967a3af31faa1fb30d1a89
treeb83f0e0ab7108bc5604d0fb5f8913cdfb4e14aa2
parent584775e59d553b3447f615422e1b929506470f97
Move files with tests to reflect the code

Change-Id: I7949457fb1ad056dc3db09b43ecf73bc8a61d5a8
12 files changed:
tests/phpunit/includes/CdbTest.php [deleted file]
tests/phpunit/includes/HashRingTest.php [deleted file]
tests/phpunit/includes/IPTest.php [deleted file]
tests/phpunit/includes/StringUtilsTest.php [deleted file]
tests/phpunit/includes/UIDGeneratorTest.php [deleted file]
tests/phpunit/includes/ZipDirectoryReaderTest.php [deleted file]
tests/phpunit/includes/utils/CdbTest.php [new file with mode: 0644]
tests/phpunit/includes/utils/HashRingTest.php [new file with mode: 0644]
tests/phpunit/includes/utils/IPTest.php [new file with mode: 0644]
tests/phpunit/includes/utils/StringUtilsTest.php [new file with mode: 0644]
tests/phpunit/includes/utils/UIDGeneratorTest.php [new file with mode: 0644]
tests/phpunit/includes/utils/ZipDirectoryReaderTest.php [new file with mode: 0644]