Skip to content

Commit 79fe949

Browse files
committed
removing not needed test
1 parent 417971c commit 79fe949

File tree

2 files changed

+0
-46
lines changed

2 files changed

+0
-46
lines changed

test/suite/functional/Generator/ClientFactory/ClientFactoryNyholmMessage.php

-37
This file was deleted.

test/suite/functional/Generator/ClientFactoryGeneratorTest.php

-9
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace DoclerLabs\ApiClientGenerator\Test\Functional\Generator;
44

55
use DoclerLabs\ApiClientGenerator\Generator\ClientFactoryGenerator;
6-
use DoclerLabs\ApiClientGenerator\Generator\Implementation\HttpMessageImplementationStrategy;
76
use DoclerLabs\ApiClientGenerator\Test\Functional\ConfigurationBuilder;
87

98
/**
@@ -20,14 +19,6 @@ public function exampleProvider(): array
2019
self::BASE_NAMESPACE . '\\SwaggerPetstoreClientFactory',
2120
ConfigurationBuilder::fake()->build(),
2221
],
23-
'With Nyholm request mapper' => [
24-
'/ClientFactory/petstore.yaml',
25-
'/ClientFactory/ClientFactoryNyholmMessage.php',
26-
self::BASE_NAMESPACE . '\\SwaggerPetstoreClientFactory',
27-
ConfigurationBuilder::fake()
28-
->withHttpMessage(HttpMessageImplementationStrategy::HTTP_MESSAGE_NYHOLM)
29-
->build(),
30-
],
3122
];
3223
}
3324

0 commit comments

Comments
 (0)