From 0b83d3f756bf17c9b9f8e85ce2c48a06953d8afb Mon Sep 17 00:00:00 2001 From: Ivan Sidorov Date: Wed, 21 Aug 2024 20:39:30 +0000 Subject: [PATCH] Deleting Fail-Like Test Deleting test with data "undefinedMixinClassWithPropertyAssignment_WithMagicMethod_Similar". It was only needed to make sure that the failed test was designed with the right expectation. --- tests/MixinAnnotationTest.php | 15 --------------- 1 file changed, 15 deletions(-) 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' => '