From b751b39548edc07bc91d04442dfbc4e3b76343d9 Mon Sep 17 00:00:00 2001 From: Netkas Date: Wed, 30 Aug 2023 20:04:51 -0400 Subject: [PATCH] Moved old tests --- tests/autoload.php | 12 ------- tests/old_tests/autoload.php | 32 +++++++++++++++++++ tests/{ => old_tests}/composer/parse_json.php | 0 .../example_project/scripts/unit.php | 0 .../package_lock/load_package_lock.php | 0 .../load_configuration.php | 0 .../php-encryption/create_random_key.php | 0 .../php-encryption/encryption_decryption.php | 0 .../third_party/theseer/directory_scanner.php | 2 +- tests/{ => old_tests}/utils/pathfinder.php | 0 .../utils/runtime_extensions.php | 0 .../{ => old_tests}/utils/scope_resolver.php | 0 12 files changed, 33 insertions(+), 13 deletions(-) delete mode 100644 tests/autoload.php create mode 100644 tests/old_tests/autoload.php rename tests/{ => old_tests}/composer/parse_json.php (100%) rename tests/{ => old_tests}/example_project/scripts/unit.php (100%) rename tests/{ => old_tests}/package_lock/load_package_lock.php (100%) rename tests/{ => old_tests}/project_configuration/load_configuration.php (100%) rename tests/{ => old_tests}/third_party/php-encryption/create_random_key.php (100%) rename tests/{ => old_tests}/third_party/php-encryption/encryption_decryption.php (100%) rename tests/{ => old_tests}/third_party/theseer/directory_scanner.php (87%) rename tests/{ => old_tests}/utils/pathfinder.php (100%) rename tests/{ => old_tests}/utils/runtime_extensions.php (100%) rename tests/{ => old_tests}/utils/scope_resolver.php (100%) diff --git a/tests/autoload.php b/tests/autoload.php deleted file mode 100644 index bd2266b..0000000 --- a/tests/autoload.php +++ /dev/null @@ -1,12 +0,0 @@ -