From caba4b2dd502171c52423113cfe736f0447f4f14 Mon Sep 17 00:00:00 2001 From: Robert Kujawa Date: Sun, 9 Jun 2024 15:18:46 -0600 Subject: [PATCH] Move 2 tests --- .../CheckoutGatewayTest.php} | 5 +++-- .../CheckoutGatewayTest.php} | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) rename tests/Unit/{ConfigCheckoutGatewayTest.php => Config/CheckoutGatewayTest.php} (56%) rename tests/Unit/{DatabaseCheckoutGatewayTest.php => Database/CheckoutGatewayTest.php} (56%) diff --git a/tests/Unit/ConfigCheckoutGatewayTest.php b/tests/Unit/Config/CheckoutGatewayTest.php similarity index 56% rename from tests/Unit/ConfigCheckoutGatewayTest.php rename to tests/Unit/Config/CheckoutGatewayTest.php index 96fc31d..093dc7f 100644 --- a/tests/Unit/ConfigCheckoutGatewayTest.php +++ b/tests/Unit/Config/CheckoutGatewayTest.php @@ -1,11 +1,12 @@