Skip to content

Commit

Permalink
Update DeepCopyTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
llupa authored Jun 3, 2024
1 parent 4e89dc3 commit 156b10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DeepCopyTest/DeepCopyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ public function test_it_can_copy_property_after_applying_doctrine_proxy_filter_w
/**
* @requires PHP 8.1
*/
public function test_it_can_copy_object_with_private_property()
public function test_it_can_copy_object_with_readonly_property()
{
$object = new class extends \stdClass {
public readonly string $foo;
Expand Down

0 comments on commit 156b10c

Please sign in to comment.