diff --git a/app/tests/.gitignore b/tests/.gitignore similarity index 100% rename from app/tests/.gitignore rename to tests/.gitignore diff --git a/app/tests/helpers/LocaleHelperTest.php b/tests/helpers/LocaleHelperTest.php similarity index 100% rename from app/tests/helpers/LocaleHelperTest.php rename to tests/helpers/LocaleHelperTest.php diff --git a/app/tests/libraries/TokenLibTest.php b/tests/libraries/TokenLibTest.php similarity index 100% rename from app/tests/libraries/TokenLibTest.php rename to tests/libraries/TokenLibTest.php diff --git a/app/tests/models/RoundingModeTest.php b/tests/models/RoundingModeTest.php similarity index 100% rename from app/tests/models/RoundingModeTest.php rename to tests/models/RoundingModeTest.php diff --git a/app/tests/phpunit.xml b/tests/phpunit.xml similarity index 100% rename from app/tests/phpunit.xml rename to tests/phpunit.xml