From 431609e5d9914cfdfb021806b2acd8d4e825d67e Mon Sep 17 00:00:00 2001 From: Pierre du Plessis Date: Mon, 8 Apr 2024 11:19:20 +0200 Subject: [PATCH] Fix namespace in tests --- Tests/Action/GetHttpRequestActionTest.php | 2 +- Tests/Action/ObtainCreditCardActionTest.php | 2 +- Tests/Action/RenderTemplateActionTest.php | 2 +- Tests/Builder/CoreGatewayFactoryBuilderTest.php | 2 +- Tests/Builder/GatewayFactoryBuilderTest.php | 2 +- Tests/Builder/HttpRequestVerifierBuilderTest.php | 2 +- Tests/Builder/ObtainCreditCardActionBuilderTest.php | 2 +- Tests/Builder/TokenFactoryBuilderTest.php | 2 +- Tests/ContainerAwareCoreGatewayFactoryTest.php | 2 +- Tests/ContainerAwareRegistryTest.php | 2 +- Tests/Extension/EventDispatcherExtensionTest.php | 2 +- Tests/Form/Type/CreditCardExpirationDateTypeTest.php | 2 +- Tests/Form/Type/CreditCardTypeTest.php | 2 +- Tests/Form/Type/GatewayConfigTypeTest.php | 2 +- Tests/Form/Type/GatewayFactoriesChoiceTypeTest.php | 2 +- Tests/Reply/HttpResponseTest.php | 2 +- Tests/ReplyToSymfonyResponseConverterTest.php | 2 +- Tests/Security/HttpRequestVerifierTest.php | 2 +- Tests/Security/TokenFactoryTest.php | 2 +- Tests/Validator/Constraints/CreditCardDateValidatorTest.php | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Tests/Action/GetHttpRequestActionTest.php b/Tests/Action/GetHttpRequestActionTest.php index 4166518..44a1022 100644 --- a/Tests/Action/GetHttpRequestActionTest.php +++ b/Tests/Action/GetHttpRequestActionTest.php @@ -1,6 +1,6 @@