We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b82a67 commit a68e42bCopy full SHA for a68e42b
src/Symfony/Component/Serializer/Tests/Normalizer/ObjectNormalizerTest.php
@@ -85,14 +85,11 @@ class ObjectNormalizerTest extends TestCase
85
use TypeEnforcementTestTrait;
86
87
private ObjectNormalizer $normalizer;
88
- private NormalizerInterface $normalizerInterface;
89
private SerializerInterface&NormalizerInterface&MockObject $serializer;
90
91
protected function setUp(): void
92
{
93
$this->createNormalizer();
94
-
95
- $this->normalizerInterface = $this->normalizer;
96
}
97
98
private function createNormalizer(array $defaultContext = [], ?ClassMetadataFactoryInterface $classMetadataFactory = null): void
0 commit comments