@@ -880,20 +880,20 @@ public function testApplyToCollectionNoPartial()
880
880
$ eagerExtensionTest ->applyToCollection ($ queryBuilder , new QueryNameGenerator (), Dummy::class);
881
881
}
882
882
883
- public function testApplyToCollectionWithANonRedableButFetchEagerProperty ()
883
+ public function testApplyToCollectionWithANonReadableButFetchEagerProperty ()
884
884
{
885
- $ this ->doTestApplyToCollectionWithANonRedableButFetchEagerProperty (false );
885
+ $ this ->doTestApplyToCollectionWithANonReadableButFetchEagerProperty (false );
886
886
}
887
887
888
888
/**
889
889
* @group legacy
890
890
*/
891
- public function testLegacyApplyToCollectionWithANonRedableButFetchEagerProperty ()
891
+ public function testLegacyApplyToCollectionWithANonReadableButFetchEagerProperty ()
892
892
{
893
- $ this ->doTestApplyToCollectionWithANonRedableButFetchEagerProperty (true );
893
+ $ this ->doTestApplyToCollectionWithANonReadableButFetchEagerProperty (true );
894
894
}
895
895
896
- private function doTestApplyToCollectionWithANonRedableButFetchEagerProperty (bool $ legacy )
896
+ private function doTestApplyToCollectionWithANonReadableButFetchEagerProperty (bool $ legacy )
897
897
{
898
898
$ resourceMetadataFactoryProphecy = $ this ->prophesize (ResourceMetadataFactoryInterface::class);
899
899
$ resourceMetadataFactoryProphecy ->create (Dummy::class)->willReturn ((new ResourceMetadata ())->withAttributes (['normalization_context ' => ['groups ' => ['foo ' ]]]));
@@ -936,20 +936,20 @@ private function doTestApplyToCollectionWithANonRedableButFetchEagerProperty(boo
936
936
$ eagerExtensionTest ->applyToCollection ($ queryBuilder , new QueryNameGenerator (), Dummy::class);
937
937
}
938
938
939
- public function testApplyToCollectionWithARedableButNotFetchEagerProperty ()
939
+ public function testApplyToCollectionWithAReadableButNotFetchEagerProperty ()
940
940
{
941
- $ this ->doTestApplyToCollectionWithARedableButNotFetchEagerProperty (false );
941
+ $ this ->doTestApplyToCollectionWithAReadableButNotFetchEagerProperty (false );
942
942
}
943
943
944
944
/**
945
945
* @group legacy
946
946
*/
947
- public function testLeacyApplyToCollectionWithARedableButNotFetchEagerProperty ()
947
+ public function testLegacyApplyToCollectionWithAReadableButNotFetchEagerProperty ()
948
948
{
949
- $ this ->doTestApplyToCollectionWithARedableButNotFetchEagerProperty (true );
949
+ $ this ->doTestApplyToCollectionWithAReadableButNotFetchEagerProperty (true );
950
950
}
951
951
952
- private function doTestApplyToCollectionWithARedableButNotFetchEagerProperty (bool $ legacy )
952
+ private function doTestApplyToCollectionWithAReadableButNotFetchEagerProperty (bool $ legacy )
953
953
{
954
954
$ resourceMetadataFactoryProphecy = $ this ->prophesize (ResourceMetadataFactoryInterface::class);
955
955
$ resourceMetadataFactoryProphecy ->create (Dummy::class)->willReturn ((new ResourceMetadata ())->withAttributes (['normalization_context ' => ['groups ' => ['foo ' ]]]));
0 commit comments