From ebbd0177ce45c3093976583eb63d10a4848da8ee Mon Sep 17 00:00:00 2001 From: Sam Lee Date: Sun, 3 Mar 2024 20:34:03 +1300 Subject: [PATCH] Fix namespace of test classes --- tests/{unit => }/ComplexGoodTest.php | 2 +- tests/{unit => }/GiftGoodTest.php | 2 +- tests/{unit => }/OptionGoodTest.php | 2 +- tests/{unit => }/SetGoodTest.php | 2 +- tests/functional/.gitignore | 1 - tests/unit/.gitignore | 1 - 6 files changed, 4 insertions(+), 6 deletions(-) rename tests/{unit => }/ComplexGoodTest.php (94%) rename tests/{unit => }/GiftGoodTest.php (94%) rename tests/{unit => }/OptionGoodTest.php (97%) rename tests/{unit => }/SetGoodTest.php (96%) delete mode 100644 tests/functional/.gitignore delete mode 100644 tests/unit/.gitignore diff --git a/tests/unit/ComplexGoodTest.php b/tests/ComplexGoodTest.php similarity index 94% rename from tests/unit/ComplexGoodTest.php rename to tests/ComplexGoodTest.php index f7ce675..b8f6927 100644 --- a/tests/unit/ComplexGoodTest.php +++ b/tests/ComplexGoodTest.php @@ -1,6 +1,6 @@