8000 Merge branch '6.3' into 6.4 · symfony/symfony@5973047 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5973047

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: remove unneeded @requires PHP from tests
2 parents bb836c4 + 383dbd5 commit 5973047

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/Symfony/Component/DependencyInjection/Tests/Dumper/YamlDumperTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ public function testDumpHandlesEnumeration()
167167
}
168168

169169
/**
170-
* @requires PHP 8.1
171-
*
172170
* @dataProvider provideDefaultClasses
173171
*/
174172
public function testDumpHandlesDefaultAttribute($class, $expectedFile)

src/Symfony/Component/Serializer/Tests/SerializerTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -754,9 +754,6 @@ public function testDeserializeWrappedScalar()
754754
$this->assertSame(42, $serializer->deserialize('{"wrapper": 42}', 'int', 'json', [UnwrappingDenormalizer::UNWRAP_PATH => '[wrapper]']));
755755
}
756756

757-
/**
758-
* @requires PHP 8
759-
*/
760757
public function testDeserializeNullableIntInXml()
761758
{
762759
$extractor = new PropertyInfoExtractor([], [new ReflectionExtractor()]);

0 commit comments

Comments
 (0)
0