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 4e89dc3 commit 156b10cCopy full SHA for 156b10c
tests/DeepCopyTest/DeepCopyTest.php
@@ -545,7 +545,7 @@ public function test_it_can_copy_property_after_applying_doctrine_proxy_filter_w
545
/**
546
* @requires PHP 8.1
547
*/
548
- public function test_it_can_copy_object_with_private_property()
+ public function test_it_can_copy_object_with_readonly_property()
549
{
550
$object = new class extends \stdClass {
551
public readonly string $foo;
0 commit comments