We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb24fa6 commit 25032e9Copy full SHA for 25032e9
README.md
@@ -24,10 +24,8 @@ class AssertionTest extends TestCase
24
static::assertSame('aaa', 'bbb');
25
}
26
27
- /**
28
- * @runInSeparateProcess
29
- * @preserveGlobalState disabled
30
- */
+ #[RunInSeparateProcess]
+ #[PreserveGlobalState(enabled: false)]
31
public function testAssertionIncludingUnserializableTrace()
32
{
33
static::callAssertSameInClosure(function () {});
0 commit comments