Skip to content

Commit 25032e9

Browse files
authored
Update README.md
1 parent bb24fa6 commit 25032e9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ class AssertionTest extends TestCase
2424
static::assertSame('aaa', 'bbb');
2525
}
2626

27-
/**
28-
* @runInSeparateProcess
29-
* @preserveGlobalState disabled
30-
*/
27+
#[RunInSeparateProcess]
28+
#[PreserveGlobalState(enabled: false)]
3129
public function testAssertionIncludingUnserializableTrace()
3230
{
3331
static::callAssertSameInClosure(function () {});

0 commit comments

Comments
 (0)