8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a6486 commit 4cb4e34Copy full SHA for 4cb4e34
src/Symfony/Component/Serializer/Tests/Normalizer/ObjectNormalizerTest.php
@@ -702,7 +702,7 @@ public function testExtractAttributesRespectsContext()
702
703
public function testDenormalizeFalsePseudoType()
704
{
705
- if (version_compare(PHP_VERSION, '8.0.0') < 0) {
+ if (version_compare(\PHP_VERSION, '8.0.0') < 0) {
706
$this->markTestSkipped('This feature requires PHP 8.0');
707
}
708
0 commit comments