File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Symfony/Bundle/DependencyInjection Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,10 @@ public function testItemUriTemplate(): void
172172 public function testItemUriTemplateWithStateOption (): void
173173 {
174174 $ container = static ::getContainer ();
175+ if ('mongodb ' === $ container ->getParameter ('kernel.environment ' )) {
176+ $ this ->markTestSkipped ();
177+ }
178+
175179 $ registry = $ container ->get ('doctrine ' );
176180 $ manager = $ registry ->getManager ();
177181 for ($ i = 0 ; $ i < 10 ; ++$ i ) {
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ private function runDefaultConfigTests(array $doctrineIntegrationsToLoad = ['orm
234234 'serializer ' => [
235235 'hydra_prefix ' => null ,
236236 ],
237- 'enable_phpdoc_parser ' => true
237+ 'enable_phpdoc_parser ' => true ,
238238 ], $ config );
239239 }
240240
You can’t perform that action at this time.
0 commit comments