Skip to content

Commit 34b098b

Browse files
author
Hakayashii
committed
Added missing require annotation since this test can only be tested with php 8.4 and higher versions
1 parent 7f7609e commit 34b098b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,9 @@ public function testPropertyHooks()
506506
$this->assertSame(345, $object->backed);
507507
}
508508

509+
/**
510+
* @requires PHP 8.4
511+
*/
509512
public function testPropertyHooksWithDefaultValue()
510513
{
511514
$initialized = false;

0 commit comments

Comments
 (0)