diff --git a/tests/MixinAnnotationTest.php b/tests/MixinAnnotationTest.php index 53f9b9dd9b7..3c0c11b26bb 100644 --- a/tests/MixinAnnotationTest.php +++ b/tests/MixinAnnotationTest.php @@ -652,21 +652,6 @@ public function __set(string $name, string $value) {} (new A)->foo = "bar";', 'error_message' => 'UndefinedMagicPropertyAssignment', ], - 'undefinedMixinClassWithPropertyAssignment_WithMagicMethod_Similar' => [ - 'code' => 'foo = "bar";', - 'error_message' => 'UndefinedMagicPropertyAssignment', - ], 'undefinedMixinClassWithMethodCall' => [ 'code' => '