Skip to content

Commit 31ddb50

Browse files
minor #61209 [Serializer][VarDumper] Remove require php 8.2 from tests (santysisi)
This PR was merged into the 7.4 branch. Discussion ---------- [Serializer][VarDumper] Remove require php 8.2 from tests | Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | no | License | MIT [Reference](#61189) Commits ------- 318a3af [VarDumper][Serializer] Remove require php 8.2 from tests
2 parents 8599acb + 318a3af commit 31ddb50

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/Symfony/Component/Serializer/Tests/Normalizer/PropertyNormalizerTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,6 @@ public function testDenormalize()
178178
$this->assertEquals('bar', $obj->getBar());
179179
}
180180

181-
/**
182-
* @requires PHP 8.2
183-
*/
184181
public function testDenormalizeWithReadOnlyClass()
185182
{
186183
/** @var ChildClassDummy $object */

src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,9 +404,6 @@ class: "Symfony\Component\VarDumper\Tests\Caster\ReflectionCasterTest"
404404
);
405405
}
406406

407-
/**
408-
* @requires PHP 8.2
409-
*/
410407
public function testNullReturnType()
411408
{
412409
$className = Php82NullStandaloneReturnType::class;

0 commit comments

Comments
 (0)