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 @@ -227,7 +227,7 @@ private function runDefaultConfigTests(array $doctrineIntegrationsToLoad = ['orm
227227 'serializer ' => [
228228 'hydra_prefix ' => null ,
229229 ],
230- 'enable_phpdoc_parser ' => true
230+ 'enable_phpdoc_parser ' => true ,
231231 ], $ config );
232232 }
233233
You can’t perform that action at this time.
0 commit comments