File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public function testSupportsNormalization(): void
46
46
], $ normalizer ->getSupportedTypes ($ normalizer ::FORMAT ));
47
47
48
48
if (!method_exists (Serializer::class, 'getSupportedTypes ' )) {
49
- $ this ->assertTrue ($ normalizer ->hasCacheableSupportsMethod ());
49
+ $ this ->assertFalse ($ normalizer ->hasCacheableSupportsMethod ());
50
50
}
51
51
}
52
52
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public function testSupportNormalization(): void
45
45
], $ normalizer ->getSupportedTypes ($ normalizer ::FORMAT ));
46
46
47
47
if (!method_exists (Serializer::class, 'getSupportedTypes ' )) {
48
- $ this ->assertTrue ($ normalizer ->hasCacheableSupportsMethod ());
48
+ $ this ->assertFalse ($ normalizer ->hasCacheableSupportsMethod ());
49
49
}
50
50
}
51
51
You can’t perform that action at this time.
0 commit comments