Skip to content

Commit a1b9863

Browse files
-
1 parent facfb29 commit a1b9863

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Symfony/Component/DomCrawler/Tests/LegacyParserCrawlerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ public function testAddHtmlContentWithErrors()
8686
libxml_use_internal_errors($internalErrors);
8787
}
8888

89-
#[RequiresPhp('8.4')]
89+
#[RequiresPhp('>=8.4')]
9090
public function testAddHtml5()
9191
{
9292
}
9393

94-
#[RequiresPhp('8.4')]
94+
#[RequiresPhp('>=8.4')]
9595
public function testHtml5ParserParseContentStartingWithValidHeading(string $content)
9696
{
9797
}

src/Symfony/Component/VarExporter/Tests/LazyProxyTraitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ public function testReinitRegularLazyProxy()
291291
$this->assertSame(234, $object->foo);
292292
}
293293

294-
#[RequiresPhp('8.3')]
294+
#[RequiresPhp('>=8.3')]
295295
public function testReinitReadonlyLazyProxy()
296296
{
297297
$object = $this->createLazyProxy(ReadOnlyClass::class, fn () => new ConcreteReadOnlyClass(123));

0 commit comments

Comments
 (0)