From 22d46ea5751e1a3acfe30184e0f0ed2acde09772 Mon Sep 17 00:00:00 2001 From: objecttothis Date: Fri, 18 Nov 2022 12:47:22 +0400 Subject: [PATCH] moved old tests folder to CI4 location --- {app/tests => tests}/.gitignore | 0 {app/tests => tests}/helpers/LocaleHelperTest.php | 0 {app/tests => tests}/libraries/TokenLibTest.php | 0 {app/tests => tests}/models/RoundingModeTest.php | 0 {app/tests => tests}/phpunit.xml | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {app/tests => tests}/.gitignore (100%) rename {app/tests => tests}/helpers/LocaleHelperTest.php (100%) rename {app/tests => tests}/libraries/TokenLibTest.php (100%) rename {app/tests => tests}/models/RoundingModeTest.php (100%) rename {app/tests => tests}/phpunit.xml (100%) 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