Skip to content

Commit 156b10c

Browse files
authored
Update DeepCopyTest.php
1 parent 4e89dc3 commit 156b10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DeepCopyTest/DeepCopyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ public function test_it_can_copy_property_after_applying_doctrine_proxy_filter_w
545545
/**
546546
* @requires PHP 8.1
547547
*/
548-
public function test_it_can_copy_object_with_private_property()
548+
public function test_it_can_copy_object_with_readonly_property()
549549
{
550550
$object = new class extends \stdClass {
551551
public readonly string $foo;

0 commit comments

Comments
 (0)