diff --git a/tests/README.md b/Tests/README.md similarity index 100% rename from tests/README.md rename to Tests/README.md diff --git a/tests/unit/Access/AccessListTest.php b/Tests/Unit/Access/AccessListTest.php similarity index 100% rename from tests/unit/Access/AccessListTest.php rename to Tests/Unit/Access/AccessListTest.php diff --git a/tests/unit/Access/PermissionLimitsTest.php b/Tests/Unit/Access/PermissionLimitsTest.php similarity index 100% rename from tests/unit/Access/PermissionLimitsTest.php rename to Tests/Unit/Access/PermissionLimitsTest.php diff --git a/tests/unit/Access/PermissionRolesTest.php b/Tests/Unit/Access/PermissionRolesTest.php similarity index 100% rename from tests/unit/Access/PermissionRolesTest.php rename to Tests/Unit/Access/PermissionRolesTest.php diff --git a/tests/unit/Access/PermissionsTest.php b/Tests/Unit/Access/PermissionsTest.php similarity index 100% rename from tests/unit/Access/PermissionsTest.php rename to Tests/Unit/Access/PermissionsTest.php diff --git a/tests/unit/AntiXSSTest.php b/Tests/Unit/AntiXSSTest.php similarity index 100% rename from tests/unit/AntiXSSTest.php rename to Tests/Unit/AntiXSSTest.php diff --git a/tests/unit/AutonameTest.php b/Tests/Unit/AutonameTest.php similarity index 100% rename from tests/unit/AutonameTest.php rename to Tests/Unit/AutonameTest.php diff --git a/tests/unit/ContainsAttributeTest.php b/Tests/Unit/ContainsAttributeTest.php similarity index 100% rename from tests/unit/ContainsAttributeTest.php rename to Tests/Unit/ContainsAttributeTest.php diff --git a/tests/unit/DatabaseTestCase.php b/Tests/Unit/DatabaseTestCase.php similarity index 100% rename from tests/unit/DatabaseTestCase.php rename to Tests/Unit/DatabaseTestCase.php diff --git a/tests/unit/Lib/PermissionDescriptionTest.php b/Tests/Unit/Lib/PermissionDescriptionTest.php similarity index 100% rename from tests/unit/Lib/PermissionDescriptionTest.php rename to Tests/Unit/Lib/PermissionDescriptionTest.php diff --git a/tests/unit/Photo/PhotoGdTest.php b/Tests/Unit/Photo/PhotoGdTest.php similarity index 100% rename from tests/unit/Photo/PhotoGdTest.php rename to Tests/Unit/Photo/PhotoGdTest.php diff --git a/tests/unit/UnitTestCase.php b/Tests/Unit/UnitTestCase.php similarity index 100% rename from tests/unit/UnitTestCase.php rename to Tests/Unit/UnitTestCase.php diff --git a/tests/unit/UploadTest.php b/Tests/Unit/UploadTest.php similarity index 100% rename from tests/unit/UploadTest.php rename to Tests/Unit/UploadTest.php diff --git a/tests/unit/Web/HttpSigTest.php b/Tests/Unit/Web/HttpSigTest.php similarity index 100% rename from tests/unit/Web/HttpSigTest.php rename to Tests/Unit/Web/HttpSigTest.php diff --git a/tests/unit/expand_acl_test.php b/Tests/Unit/expand_acl_test.php similarity index 100% rename from tests/unit/expand_acl_test.php rename to Tests/Unit/expand_acl_test.php diff --git a/tests/unit/get_tags_test.php b/Tests/Unit/get_tags_test.php similarity index 100% rename from tests/unit/get_tags_test.php rename to Tests/Unit/get_tags_test.php diff --git a/tests/unit/includes/FeedutilsTest.php b/Tests/Unit/includes/FeedutilsTest.php similarity index 100% rename from tests/unit/includes/FeedutilsTest.php rename to Tests/Unit/includes/FeedutilsTest.php diff --git a/tests/unit/includes/LanguageTest.php b/Tests/Unit/includes/LanguageTest.php similarity index 100% rename from tests/unit/includes/LanguageTest.php rename to Tests/Unit/includes/LanguageTest.php diff --git a/tests/unit/includes/MarkdownTest.php b/Tests/Unit/includes/MarkdownTest.php similarity index 100% rename from tests/unit/includes/MarkdownTest.php rename to Tests/Unit/includes/MarkdownTest.php diff --git a/tests/unit/includes/PhotodriverTest.php b/Tests/Unit/includes/PhotodriverTest.php similarity index 100% rename from tests/unit/includes/PhotodriverTest.php rename to Tests/Unit/includes/PhotodriverTest.php diff --git a/tests/unit/includes/TextTest.php b/Tests/Unit/includes/TextTest.php similarity index 100% rename from tests/unit/includes/TextTest.php rename to Tests/Unit/includes/TextTest.php diff --git a/tests/unit/includes/dba/DBATest.php b/Tests/Unit/includes/dba/DBATest.php similarity index 100% rename from tests/unit/includes/dba/DBATest.php rename to Tests/Unit/includes/dba/DBATest.php diff --git a/tests/unit/includes/dba/_files/account.yml b/Tests/Unit/includes/dba/_files/account.yml similarity index 100% rename from tests/unit/includes/dba/_files/account.yml rename to Tests/Unit/includes/dba/_files/account.yml diff --git a/tests/unit/includes/dba/dba_pdoTest.php b/Tests/Unit/includes/dba/dba_pdoTest.php similarity index 100% rename from tests/unit/includes/dba/dba_pdoTest.php rename to Tests/Unit/includes/dba/dba_pdoTest.php diff --git a/tests/unit/template_test.php b/Tests/Unit/template_test.php similarity index 100% rename from tests/unit/template_test.php rename to Tests/Unit/template_test.php diff --git a/tests/acceptance/behat.yml b/Tests/acceptance/behat.yml similarity index 100% rename from tests/acceptance/behat.yml rename to Tests/acceptance/behat.yml diff --git a/tests/acceptance/features/bootstrap/AdminContext.php b/Tests/acceptance/features/bootstrap/AdminContext.php similarity index 100% rename from tests/acceptance/features/bootstrap/AdminContext.php rename to Tests/acceptance/features/bootstrap/AdminContext.php diff --git a/tests/acceptance/features/bootstrap/ApiContext.php b/Tests/acceptance/features/bootstrap/ApiContext.php similarity index 100% rename from tests/acceptance/features/bootstrap/ApiContext.php rename to Tests/acceptance/features/bootstrap/ApiContext.php diff --git a/tests/acceptance/features/bootstrap/FeatureContext.php b/Tests/acceptance/features/bootstrap/FeatureContext.php similarity index 100% rename from tests/acceptance/features/bootstrap/FeatureContext.php rename to Tests/acceptance/features/bootstrap/FeatureContext.php diff --git a/tests/acceptance/features/login_local.feature b/Tests/acceptance/features/login_local.feature similarity index 100% rename from tests/acceptance/features/login_local.feature rename to Tests/acceptance/features/login_local.feature diff --git a/tests/infection.json.dist b/Tests/infection.json.dist similarity index 100% rename from tests/infection.json.dist rename to Tests/infection.json.dist diff --git a/tests/phpunit-pgsql.xml b/Tests/phpunit-pgsql.xml similarity index 100% rename from tests/phpunit-pgsql.xml rename to Tests/phpunit-pgsql.xml diff --git a/tests/phpunit.xml b/Tests/phpunit.xml similarity index 100% rename from tests/phpunit.xml rename to Tests/phpunit.xml diff --git a/tests/phpunit.xml.dist b/Tests/phpunit.xml.dist similarity index 100% rename from tests/phpunit.xml.dist rename to Tests/phpunit.xml.dist diff --git a/tests/travis/gen_apidocs.sh b/Tests/travis/gen_apidocs.sh similarity index 100% rename from tests/travis/gen_apidocs.sh rename to Tests/travis/gen_apidocs.sh diff --git a/tests/travis/prepare.sh b/Tests/travis/prepare.sh similarity index 100% rename from tests/travis/prepare.sh rename to Tests/travis/prepare.sh diff --git a/tests/travis/prepare_mysql.sh b/Tests/travis/prepare_mysql.sh similarity index 100% rename from tests/travis/prepare_mysql.sh rename to Tests/travis/prepare_mysql.sh diff --git a/tests/travis/prepare_pgsql.sh b/Tests/travis/prepare_pgsql.sh similarity index 100% rename from tests/travis/prepare_pgsql.sh rename to Tests/travis/prepare_pgsql.sh diff --git a/Zotlabs/Module/Oauth2testvehicle.php b/Zotlabs/Module/OAuth2TestVehicle.php similarity index 100% rename from Zotlabs/Module/Oauth2testvehicle.php rename to Zotlabs/Module/OAuth2TestVehicle.php