diff --git a/tests/unit-temp/Billing/FakePaymentGatewayTest.php b/tests/Unit/Billing/FakePaymentGatewayTest.php similarity index 100% rename from tests/unit-temp/Billing/FakePaymentGatewayTest.php rename to tests/Unit/Billing/FakePaymentGatewayTest.php diff --git a/tests/unit-temp/Billing/PaymentGatewayContractTests.php b/tests/Unit/Billing/PaymentGatewayContractTests.php similarity index 100% rename from tests/unit-temp/Billing/PaymentGatewayContractTests.php rename to tests/Unit/Billing/PaymentGatewayContractTests.php diff --git a/tests/unit-temp/Billing/StripePaymentGatewayTest.php b/tests/Unit/Billing/StripePaymentGatewayTest.php similarity index 100% rename from tests/unit-temp/Billing/StripePaymentGatewayTest.php rename to tests/Unit/Billing/StripePaymentGatewayTest.php diff --git a/tests/unit-temp/ConcertTest.php b/tests/Unit/ConcertTest.php similarity index 100% rename from tests/unit-temp/ConcertTest.php rename to tests/Unit/ConcertTest.php diff --git a/tests/unit-temp/HashidsTicketCodeGeneratorTest.php b/tests/Unit/HashidsTicketCodeGeneratorTest.php similarity index 100% rename from tests/unit-temp/HashidsTicketCodeGeneratorTest.php rename to tests/Unit/HashidsTicketCodeGeneratorTest.php diff --git a/tests/unit-temp/Mail/OrderConfirmationEmailTest.php b/tests/Unit/Mail/OrderConfirmationEmailTest.php similarity index 100% rename from tests/unit-temp/Mail/OrderConfirmationEmailTest.php rename to tests/Unit/Mail/OrderConfirmationEmailTest.php diff --git a/tests/unit-temp/OrderTest.php b/tests/Unit/OrderTest.php similarity index 100% rename from tests/unit-temp/OrderTest.php rename to tests/Unit/OrderTest.php diff --git a/tests/unit-temp/RandomOrderConfirmationNumberGeneratorTest.php b/tests/Unit/RandomOrderConfirmationNumberGeneratorTest.php similarity index 100% rename from tests/unit-temp/RandomOrderConfirmationNumberGeneratorTest.php rename to tests/Unit/RandomOrderConfirmationNumberGeneratorTest.php diff --git a/tests/unit-temp/ReservationTest.php b/tests/Unit/ReservationTest.php similarity index 100% rename from tests/unit-temp/ReservationTest.php rename to tests/Unit/ReservationTest.php diff --git a/tests/unit-temp/TicketTest.php b/tests/Unit/TicketTest.php similarity index 100% rename from tests/unit-temp/TicketTest.php rename to tests/Unit/TicketTest.php