From 1d8dfb6cf2888aac443764f10e88d4779cf93959 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Tue, 2 May 2017 15:42:22 -0400 Subject: [PATCH] (temporarily rename unit folder) --- tests/{unit => unit-temp}/Billing/FakePaymentGatewayTest.php | 0 tests/{unit => unit-temp}/Billing/PaymentGatewayContractTests.php | 0 tests/{unit => unit-temp}/Billing/StripePaymentGatewayTest.php | 0 tests/{unit => unit-temp}/ConcertTest.php | 0 tests/{unit => unit-temp}/HashidsTicketCodeGeneratorTest.php | 0 tests/{unit => unit-temp}/Mail/OrderConfirmationEmailTest.php | 0 tests/{unit => unit-temp}/OrderTest.php | 0 .../RandomOrderConfirmationNumberGeneratorTest.php | 0 tests/{unit => unit-temp}/ReservationTest.php | 0 tests/{unit => unit-temp}/TicketTest.php | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename tests/{unit => unit-temp}/Billing/FakePaymentGatewayTest.php (100%) rename tests/{unit => unit-temp}/Billing/PaymentGatewayContractTests.php (100%) rename tests/{unit => unit-temp}/Billing/StripePaymentGatewayTest.php (100%) rename tests/{unit => unit-temp}/ConcertTest.php (100%) rename tests/{unit => unit-temp}/HashidsTicketCodeGeneratorTest.php (100%) rename tests/{unit => unit-temp}/Mail/OrderConfirmationEmailTest.php (100%) rename tests/{unit => unit-temp}/OrderTest.php (100%) rename tests/{unit => unit-temp}/RandomOrderConfirmationNumberGeneratorTest.php (100%) rename tests/{unit => unit-temp}/ReservationTest.php (100%) rename tests/{unit => unit-temp}/TicketTest.php (100%) diff --git a/tests/unit/Billing/FakePaymentGatewayTest.php b/tests/unit-temp/Billing/FakePaymentGatewayTest.php similarity index 100% rename from tests/unit/Billing/FakePaymentGatewayTest.php rename to tests/unit-temp/Billing/FakePaymentGatewayTest.php diff --git a/tests/unit/Billing/PaymentGatewayContractTests.php b/tests/unit-temp/Billing/PaymentGatewayContractTests.php similarity index 100% rename from tests/unit/Billing/PaymentGatewayContractTests.php rename to tests/unit-temp/Billing/PaymentGatewayContractTests.php diff --git a/tests/unit/Billing/StripePaymentGatewayTest.php b/tests/unit-temp/Billing/StripePaymentGatewayTest.php similarity index 100% rename from tests/unit/Billing/StripePaymentGatewayTest.php rename to tests/unit-temp/Billing/StripePaymentGatewayTest.php diff --git a/tests/unit/ConcertTest.php b/tests/unit-temp/ConcertTest.php similarity index 100% rename from tests/unit/ConcertTest.php rename to tests/unit-temp/ConcertTest.php diff --git a/tests/unit/HashidsTicketCodeGeneratorTest.php b/tests/unit-temp/HashidsTicketCodeGeneratorTest.php similarity index 100% rename from tests/unit/HashidsTicketCodeGeneratorTest.php rename to tests/unit-temp/HashidsTicketCodeGeneratorTest.php diff --git a/tests/unit/Mail/OrderConfirmationEmailTest.php b/tests/unit-temp/Mail/OrderConfirmationEmailTest.php similarity index 100% rename from tests/unit/Mail/OrderConfirmationEmailTest.php rename to tests/unit-temp/Mail/OrderConfirmationEmailTest.php diff --git a/tests/unit/OrderTest.php b/tests/unit-temp/OrderTest.php similarity index 100% rename from tests/unit/OrderTest.php rename to tests/unit-temp/OrderTest.php diff --git a/tests/unit/RandomOrderConfirmationNumberGeneratorTest.php b/tests/unit-temp/RandomOrderConfirmationNumberGeneratorTest.php similarity index 100% rename from tests/unit/RandomOrderConfirmationNumberGeneratorTest.php rename to tests/unit-temp/RandomOrderConfirmationNumberGeneratorTest.php diff --git a/tests/unit/ReservationTest.php b/tests/unit-temp/ReservationTest.php similarity index 100% rename from tests/unit/ReservationTest.php rename to tests/unit-temp/ReservationTest.php diff --git a/tests/unit/TicketTest.php b/tests/unit-temp/TicketTest.php similarity index 100% rename from tests/unit/TicketTest.php rename to tests/unit-temp/TicketTest.php