From 0bcdd67a81c2a0018cd0197320013adec4f570cd Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Tue, 2 May 2017 15:42:41 -0400 Subject: [PATCH] (rename unit folder back as Unit) --- tests/{unit-temp => Unit}/Billing/FakePaymentGatewayTest.php | 0 tests/{unit-temp => Unit}/Billing/PaymentGatewayContractTests.php | 0 tests/{unit-temp => Unit}/Billing/StripePaymentGatewayTest.php | 0 tests/{unit-temp => Unit}/ConcertTest.php | 0 tests/{unit-temp => Unit}/HashidsTicketCodeGeneratorTest.php | 0 tests/{unit-temp => Unit}/Mail/OrderConfirmationEmailTest.php | 0 tests/{unit-temp => Unit}/OrderTest.php | 0 .../RandomOrderConfirmationNumberGeneratorTest.php | 0 tests/{unit-temp => Unit}/ReservationTest.php | 0 tests/{unit-temp => Unit}/TicketTest.php | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename tests/{unit-temp => Unit}/Billing/FakePaymentGatewayTest.php (100%) rename tests/{unit-temp => Unit}/Billing/PaymentGatewayContractTests.php (100%) rename tests/{unit-temp => Unit}/Billing/StripePaymentGatewayTest.php (100%) rename tests/{unit-temp => Unit}/ConcertTest.php (100%) rename tests/{unit-temp => Unit}/HashidsTicketCodeGeneratorTest.php (100%) rename tests/{unit-temp => Unit}/Mail/OrderConfirmationEmailTest.php (100%) rename tests/{unit-temp => Unit}/OrderTest.php (100%) rename tests/{unit-temp => Unit}/RandomOrderConfirmationNumberGeneratorTest.php (100%) rename tests/{unit-temp => Unit}/ReservationTest.php (100%) rename tests/{unit-temp => Unit}/TicketTest.php (100%) 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