File tree Expand file tree Collapse file tree 2 files changed +0
-31
lines changed
src/Symfony/Component/ObjectMapper/Tests Expand file tree Collapse file tree 2 files changed +0
-31
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 41
41
use Symfony \Component \ObjectMapper \Tests \Fixtures \InstanceCallback \B as InstanceCallbackB ;
42
42
use Symfony \Component \ObjectMapper \Tests \Fixtures \InstanceCallbackWithArguments \A as InstanceCallbackWithArgumentsA ;
43
43
use Symfony \Component \ObjectMapper \Tests \Fixtures \InstanceCallbackWithArguments \B as InstanceCallbackWithArgumentsB ;
44
- use Symfony \Component \ObjectMapper \Tests \Fixtures \LazyFoo ;
45
44
use Symfony \Component \ObjectMapper \Tests \Fixtures \MapStruct \AToBMapper ;
46
45
use Symfony \Component \ObjectMapper \Tests \Fixtures \MapStruct \MapStructMapperMetadataFactory ;
47
46
use Symfony \Component \ObjectMapper \Tests \Fixtures \MapStruct \Source ;
@@ -371,14 +370,6 @@ public static function objectMapperProvider(): iterable
371
370
yield [new ObjectMapper (new ReflectionObjectMapperMetadataFactory (), PropertyAccess::createPropertyAccessor ())];
372
371
}
373
372
374
- public function testMapInitializesLazyObject ()
375
- {
376
- $ lazy = new LazyFoo ();
377
- $ mapper = new ObjectMapper ();
378
- $ mapper ->map ($ lazy , \stdClass::class);
379
- $ this ->assertTrue ($ lazy ->isLazyObjectInitialized ());
380
- }
381
-
382
373
public function testMapInitializesNativePhp84LazyObject ()
383
374
{
384
375
$ initialized = false ;
You can’t perform that action at this time.
0 commit comments