diff --git a/tests/PropertyTypeTest.php b/tests/PropertyTypeTest.php index 91dc48b38..24ae23aad 100644 --- a/tests/PropertyTypeTest.php +++ b/tests/PropertyTypeTest.php @@ -2837,7 +2837,7 @@ class PropertyTypeTest extends TestCase $a->bar = "goodbye";', 'error_message' => 'InaccessibleProperty', ], - 'readonlyPropertySetInConstructorAndAlsoOutsideClass' => [ + 'readonlyPropertySetInConstructorAndAlsoOutsideClassWithAllowPrivate' => [ '