From 2dde177a78b418105a51be0d5784f93c9e9fd1af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Felix=20=C5=A0ulc?= Date: Tue, 13 Sep 2022 15:50:23 +0200 Subject: [PATCH] Tests: fix cases --- tests/{cases => Cases}/unit/Api/Entity/Payment.phpt | 0 tests/{cases => Cases}/unit/Api/Entity/PaymentFactory.phpt | 0 tests/{cases => Cases}/unit/Api/Entity/RecurrentPayment.phpt | 0 .../{cases => Cases}/unit/Api/Entity/RecurrentPaymentFactory.phpt | 0 tests/{cases => Cases}/unit/Api/Entity/RecurringPayment.phpt | 0 .../{cases => Cases}/unit/Api/Entity/RecurringPaymentFactory.phpt | 0 tests/{cases => Cases}/unit/Api/Gateway.phpt | 0 tests/{cases => Cases}/unit/Api/Lists/PaymentInstrument.phpt | 0 tests/{cases => Cases}/unit/Api/Lists/SwiftCode.phpt | 0 tests/{cases => Cases}/unit/Api/Objects/Contact.phpt | 0 tests/{cases => Cases}/unit/Api/Objects/Item.phpt | 0 tests/{cases => Cases}/unit/Api/Objects/Payer.phpt | 0 tests/{cases => Cases}/unit/Api/Token.phpt | 0 tests/{cases => Cases}/unit/Auth/Oauth2Client.phpt | 0 tests/{cases => Cases}/unit/Bridges/Nette/DI/GopayExtension.phpt | 0 tests/{cases => Cases}/unit/Client.phpt | 0 tests/{cases => Cases}/unit/Config.phpt | 0 tests/{cases => Cases}/unit/Exception/HttpException.phpt | 0 tests/{cases => Cases}/unit/Http/HttpClient.phpt | 0 tests/{cases => Cases}/unit/Http/Request.phpt | 0 tests/{cases => Cases}/unit/Http/Response.phpt | 0 tests/{cases => Cases}/unit/Service/AbstractService.phpt | 0 tests/{cases => Cases}/unit/Service/AccountsService.phpt | 0 tests/{cases => Cases}/unit/Service/AuthenticationService.phpt | 0 tests/{cases => Cases}/unit/Service/PaymentService.phpt | 0 25 files changed, 0 insertions(+), 0 deletions(-) rename tests/{cases => Cases}/unit/Api/Entity/Payment.phpt (100%) rename tests/{cases => Cases}/unit/Api/Entity/PaymentFactory.phpt (100%) rename tests/{cases => Cases}/unit/Api/Entity/RecurrentPayment.phpt (100%) rename tests/{cases => Cases}/unit/Api/Entity/RecurrentPaymentFactory.phpt (100%) rename tests/{cases => Cases}/unit/Api/Entity/RecurringPayment.phpt (100%) rename tests/{cases => Cases}/unit/Api/Entity/RecurringPaymentFactory.phpt (100%) rename tests/{cases => Cases}/unit/Api/Gateway.phpt (100%) rename tests/{cases => Cases}/unit/Api/Lists/PaymentInstrument.phpt (100%) rename tests/{cases => Cases}/unit/Api/Lists/SwiftCode.phpt (100%) rename tests/{cases => Cases}/unit/Api/Objects/Contact.phpt (100%) rename tests/{cases => Cases}/unit/Api/Objects/Item.phpt (100%) rename tests/{cases => Cases}/unit/Api/Objects/Payer.phpt (100%) rename tests/{cases => Cases}/unit/Api/Token.phpt (100%) rename tests/{cases => Cases}/unit/Auth/Oauth2Client.phpt (100%) rename tests/{cases => Cases}/unit/Bridges/Nette/DI/GopayExtension.phpt (100%) rename tests/{cases => Cases}/unit/Client.phpt (100%) rename tests/{cases => Cases}/unit/Config.phpt (100%) rename tests/{cases => Cases}/unit/Exception/HttpException.phpt (100%) rename tests/{cases => Cases}/unit/Http/HttpClient.phpt (100%) rename tests/{cases => Cases}/unit/Http/Request.phpt (100%) rename tests/{cases => Cases}/unit/Http/Response.phpt (100%) rename tests/{cases => Cases}/unit/Service/AbstractService.phpt (100%) rename tests/{cases => Cases}/unit/Service/AccountsService.phpt (100%) rename tests/{cases => Cases}/unit/Service/AuthenticationService.phpt (100%) rename tests/{cases => Cases}/unit/Service/PaymentService.phpt (100%) diff --git a/tests/cases/unit/Api/Entity/Payment.phpt b/tests/Cases/unit/Api/Entity/Payment.phpt similarity index 100% rename from tests/cases/unit/Api/Entity/Payment.phpt rename to tests/Cases/unit/Api/Entity/Payment.phpt diff --git a/tests/cases/unit/Api/Entity/PaymentFactory.phpt b/tests/Cases/unit/Api/Entity/PaymentFactory.phpt similarity index 100% rename from tests/cases/unit/Api/Entity/PaymentFactory.phpt rename to tests/Cases/unit/Api/Entity/PaymentFactory.phpt diff --git a/tests/cases/unit/Api/Entity/RecurrentPayment.phpt b/tests/Cases/unit/Api/Entity/RecurrentPayment.phpt similarity index 100% rename from tests/cases/unit/Api/Entity/RecurrentPayment.phpt rename to tests/Cases/unit/Api/Entity/RecurrentPayment.phpt diff --git a/tests/cases/unit/Api/Entity/RecurrentPaymentFactory.phpt b/tests/Cases/unit/Api/Entity/RecurrentPaymentFactory.phpt similarity index 100% rename from tests/cases/unit/Api/Entity/RecurrentPaymentFactory.phpt rename to tests/Cases/unit/Api/Entity/RecurrentPaymentFactory.phpt diff --git a/tests/cases/unit/Api/Entity/RecurringPayment.phpt b/tests/Cases/unit/Api/Entity/RecurringPayment.phpt similarity index 100% rename from tests/cases/unit/Api/Entity/RecurringPayment.phpt rename to tests/Cases/unit/Api/Entity/RecurringPayment.phpt diff --git a/tests/cases/unit/Api/Entity/RecurringPaymentFactory.phpt b/tests/Cases/unit/Api/Entity/RecurringPaymentFactory.phpt similarity index 100% rename from tests/cases/unit/Api/Entity/RecurringPaymentFactory.phpt rename to tests/Cases/unit/Api/Entity/RecurringPaymentFactory.phpt diff --git a/tests/cases/unit/Api/Gateway.phpt b/tests/Cases/unit/Api/Gateway.phpt similarity index 100% rename from tests/cases/unit/Api/Gateway.phpt rename to tests/Cases/unit/Api/Gateway.phpt diff --git a/tests/cases/unit/Api/Lists/PaymentInstrument.phpt b/tests/Cases/unit/Api/Lists/PaymentInstrument.phpt similarity index 100% rename from tests/cases/unit/Api/Lists/PaymentInstrument.phpt rename to tests/Cases/unit/Api/Lists/PaymentInstrument.phpt diff --git a/tests/cases/unit/Api/Lists/SwiftCode.phpt b/tests/Cases/unit/Api/Lists/SwiftCode.phpt similarity index 100% rename from tests/cases/unit/Api/Lists/SwiftCode.phpt rename to tests/Cases/unit/Api/Lists/SwiftCode.phpt diff --git a/tests/cases/unit/Api/Objects/Contact.phpt b/tests/Cases/unit/Api/Objects/Contact.phpt similarity index 100% rename from tests/cases/unit/Api/Objects/Contact.phpt rename to tests/Cases/unit/Api/Objects/Contact.phpt diff --git a/tests/cases/unit/Api/Objects/Item.phpt b/tests/Cases/unit/Api/Objects/Item.phpt similarity index 100% rename from tests/cases/unit/Api/Objects/Item.phpt rename to tests/Cases/unit/Api/Objects/Item.phpt diff --git a/tests/cases/unit/Api/Objects/Payer.phpt b/tests/Cases/unit/Api/Objects/Payer.phpt similarity index 100% rename from tests/cases/unit/Api/Objects/Payer.phpt rename to tests/Cases/unit/Api/Objects/Payer.phpt diff --git a/tests/cases/unit/Api/Token.phpt b/tests/Cases/unit/Api/Token.phpt similarity index 100% rename from tests/cases/unit/Api/Token.phpt rename to tests/Cases/unit/Api/Token.phpt diff --git a/tests/cases/unit/Auth/Oauth2Client.phpt b/tests/Cases/unit/Auth/Oauth2Client.phpt similarity index 100% rename from tests/cases/unit/Auth/Oauth2Client.phpt rename to tests/Cases/unit/Auth/Oauth2Client.phpt diff --git a/tests/cases/unit/Bridges/Nette/DI/GopayExtension.phpt b/tests/Cases/unit/Bridges/Nette/DI/GopayExtension.phpt similarity index 100% rename from tests/cases/unit/Bridges/Nette/DI/GopayExtension.phpt rename to tests/Cases/unit/Bridges/Nette/DI/GopayExtension.phpt diff --git a/tests/cases/unit/Client.phpt b/tests/Cases/unit/Client.phpt similarity index 100% rename from tests/cases/unit/Client.phpt rename to tests/Cases/unit/Client.phpt diff --git a/tests/cases/unit/Config.phpt b/tests/Cases/unit/Config.phpt similarity index 100% rename from tests/cases/unit/Config.phpt rename to tests/Cases/unit/Config.phpt diff --git a/tests/cases/unit/Exception/HttpException.phpt b/tests/Cases/unit/Exception/HttpException.phpt similarity index 100% rename from tests/cases/unit/Exception/HttpException.phpt rename to tests/Cases/unit/Exception/HttpException.phpt diff --git a/tests/cases/unit/Http/HttpClient.phpt b/tests/Cases/unit/Http/HttpClient.phpt similarity index 100% rename from tests/cases/unit/Http/HttpClient.phpt rename to tests/Cases/unit/Http/HttpClient.phpt diff --git a/tests/cases/unit/Http/Request.phpt b/tests/Cases/unit/Http/Request.phpt similarity index 100% rename from tests/cases/unit/Http/Request.phpt rename to tests/Cases/unit/Http/Request.phpt diff --git a/tests/cases/unit/Http/Response.phpt b/tests/Cases/unit/Http/Response.phpt similarity index 100% rename from tests/cases/unit/Http/Response.phpt rename to tests/Cases/unit/Http/Response.phpt diff --git a/tests/cases/unit/Service/AbstractService.phpt b/tests/Cases/unit/Service/AbstractService.phpt similarity index 100% rename from tests/cases/unit/Service/AbstractService.phpt rename to tests/Cases/unit/Service/AbstractService.phpt diff --git a/tests/cases/unit/Service/AccountsService.phpt b/tests/Cases/unit/Service/AccountsService.phpt similarity index 100% rename from tests/cases/unit/Service/AccountsService.phpt rename to tests/Cases/unit/Service/AccountsService.phpt diff --git a/tests/cases/unit/Service/AuthenticationService.phpt b/tests/Cases/unit/Service/AuthenticationService.phpt similarity index 100% rename from tests/cases/unit/Service/AuthenticationService.phpt rename to tests/Cases/unit/Service/AuthenticationService.phpt diff --git a/tests/cases/unit/Service/PaymentService.phpt b/tests/Cases/unit/Service/PaymentService.phpt similarity index 100% rename from tests/cases/unit/Service/PaymentService.phpt rename to tests/Cases/unit/Service/PaymentService.phpt