File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -422,7 +422,6 @@ private function createRegistry(?ObjectManager $manager = null): ManagerRegistry
422
422
$ registry ->method ('getManager ' )->willReturn ($ manager );
423
423
}
424
424
425
-
426
425
return $ registry ;
427
426
}
428
427
}
Original file line number Diff line number Diff line change 14
14
use Doctrine \Common \Collections \ArrayCollection ;
15
15
use Doctrine \DBAL \Types \Type ;
16
16
use Doctrine \ORM \EntityRepository ;
17
- use Doctrine \ORM \Mapping \ClassMetadataInfo ;
18
17
use Doctrine \ORM \Tools \SchemaTool ;
19
18
use Doctrine \Persistence \ManagerRegistry ;
20
19
use Doctrine \Persistence \ObjectManager ;
28
27
use Symfony \Bridge \Doctrine \Tests \Fixtures \DoubleNullableNameEntity ;
29
28
use Symfony \Bridge \Doctrine \Tests \Fixtures \Employee ;
30
29
use Symfony \Bridge \Doctrine \Tests \Fixtures \Person ;
31
- use Symfony \Bridge \Doctrine \Tests \Fixtures \SingleIntIdEntityRepository ;
32
30
use Symfony \Bridge \Doctrine \Tests \Fixtures \SingleIntIdEntity ;
33
31
use Symfony \Bridge \Doctrine \Tests \Fixtures \SingleIntIdNoToStringEntity ;
34
32
use Symfony \Bridge \Doctrine \Tests \Fixtures \SingleIntIdStringWrapperNameEntity ;
You can’t perform that action at this time.
0 commit comments