@@ -43,10 +43,7 @@ public function test_it_does_not_register_a_type()
4343 static ::assertCount (0 , $ types );
4444 }
4545
46- /**
47- *
48- * @runInSeparateProcess
49- */
46+ #[\PHPUnit \Framework \Attributes \RunInSeparateProcess]
5047 public function test_it_knows_how_to_add_enums ()
5148 {
5249 $ input = 'Home ' ;
@@ -59,10 +56,7 @@ public function test_it_knows_how_to_add_enums()
5956 static ::assertStringContainsString ('<output xsi:type="ns2:PhoneTypeEnum">Home</output> ' , $ lastRequestInfo ->getLastResponse ());
6057 }
6158
62- /**
63- *
64- * @runInSeparateProcess
65- */
59+ #[\PHPUnit \Framework \Attributes \RunInSeparateProcess]
6660 public function test_it_does_not_validate_enums ()
6761 {
6862 $ input = 'INVALID ' ;
@@ -74,10 +68,7 @@ public function test_it_does_not_validate_enums()
7468 static ::assertStringContainsString ('<output xsi:type="ns2:PhoneTypeEnum">INVALID</output> ' , $ lastRequestInfo ->getLastResponse ());
7569 }
7670
77- /**
78- *
79- * @runInSeparateProcess
80- */
71+ #[\PHPUnit \Framework \Attributes \RunInSeparateProcess]
8172 public function test_it_does_not_validate_enum_types ()
8273 {
8374 $ input = 123 ;
@@ -89,10 +80,7 @@ public function test_it_does_not_validate_enum_types()
8980 static ::assertStringContainsString ('<output xsi:type="ns2:PhoneTypeEnum">123</output> ' , $ lastRequestInfo ->getLastResponse ());
9081 }
9182
92- /**
93- *
94- * @runInSeparateProcess
95- */
83+ #[\PHPUnit \Framework \Attributes \RunInSeparateProcess]
9684 public function test_it_can_be_transformed_with_type_map ()
9785 {
9886 $ this ->driver = $ this ->configureSoapDriver ($ this ->wsdl , [
0 commit comments