Skip to content

Commit 1e85827

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Serializer] Fix fixture [FrameworkBundle] Fix PHP 8.4 deprecation Add an experimental CI job for PHP 8.4 [HttpClient] Fix PHP 8.3 deprecation in tests [Messenger] [Amqp] Handle AMQPConnectionException when publishing a message.
2 parents c71d61c + 7fe0cb8 commit 1e85827

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Tests/Normalizer/ObjectNormalizerTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,6 +1009,11 @@ public function __get($name)
10091009
return $this->foo = 123;
10101010
}
10111011
}
1012+
1013+
public function __isset($name)
1014+
{
1015+
return 'foo' === $name;
1016+
}
10121017
}
10131018

10141019
class DummyWithConstructorObject

0 commit comments

Comments
 (0)