File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/Symfony/Tests/Bundle/DependencyInjection Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,7 @@ public function testCommonConfiguration(): void
253253 'api_platform.listener.view.write ' ,
254254 'api_platform.listener.view.serialize ' ,
255255 'api_platform.listener.view.respond ' ,
256+ 'api_platform.swagger_ui.documentation.provider ' ,
256257 ];
257258
258259 foreach ($ services as $ service ) {
@@ -264,11 +265,11 @@ public function testSwaggerUiDisabledConfiguration(): void
264265 {
265266 $ config = self ::DEFAULT_CONFIG ;
266267 $ config ['api_platform ' ]['enable_swagger ' ] = true ;
267- $ config ['api_platform ' ]['enable_swagger_ui ' ] = false ;
268+ $ config ['api_platform ' ]['enable_swagger_ui ' ] = false ;
268269 $ config ['api_platform ' ]['use_symfony_listeners ' ] = true ;
269270
270271 (new ApiPlatformExtension ())->load ($ config , $ this ->container );
271-
272+
272273 $ this ->assertNotContainerHasService ('api_platform.swagger_ui.processor ' );
273274
274275 $ this ->assertNotContainerHasService ('api_platform.swagger_ui.context ' );
You can’t perform that action at this time.
0 commit comments