File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
api/tests/Api/SnapshotTests/Extension Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 55use ApiPlatform \Doctrine \Orm \Util \QueryNameGenerator ;
66use ApiPlatform \Metadata \GetCollection ;
77use ApiPlatform \Metadata \Operation ;
8- use ApiPlatform \Metadata \Resource \Factory \ResourceMetadataCollectionFactoryInterface ;
98use App \Doctrine \Orm \Extension \FilterEagerLoadingsExtension ;
109use App \Entity \CampCollaboration ;
1110use App \Repository \CampCollaborationRepository ;
@@ -30,7 +29,6 @@ public function setUp(): void {
3029 $ container = static ::getContainer ();
3130
3231 $ this ->repository = $ container ->get (CampCollaborationRepository::class);
33- $ this ->resourceMetadataCollectionFactory = $ container ->get (ResourceMetadataCollectionFactoryInterface::class);
3432 $ this ->queryNameGenerator = new QueryNameGenerator ();
3533 $ this ->entityClass = CampCollaboration::class;
3634 $ this ->operation = new GetCollection ();
You can’t perform that action at this time.
0 commit comments