File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
tests/DependencyInjection Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -251,26 +251,6 @@ public function testCustomConnection(): void
251251 self ::assertCount (2 , $ tags );
252252 }
253253
254- public function testPrefersEntityManagerOverConnection (): void
255- {
256- $ container = $ this ->getContainer (
257- [
258- 'migrations_paths ' => ['DoctrineMigrationsTest ' => 'a ' ],
259- ],
260- null ,
261- [
262- 'controller_resolver ' => ['auto_mapping ' => false ],
263- ],
264- );
265-
266- $ container ->compile ();
267-
268- $ di = $ container ->get ('doctrine.migrations.dependency_factory ' );
269-
270- self ::assertInstanceOf (DependencyFactory::class, $ di );
271- $ di ->getEntityManager ();
272- }
273-
274254 public function testNoEntityManagersConfigured (): void
275255 {
276256 $ config = ['em ' => null ];
You can’t perform that action at this time.
0 commit comments