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 233632d commit 086064bCopy full SHA for 086064b
tests/unit/Runner/ErrorHandlerTest.php
@@ -31,5 +31,6 @@ public function testThrowsExceptionWhenUsingInvalidOrderOption(): void
31
$registeredDeprecations = $globalDeprecations->getValue($errorHandler);
32
$this->assertCount(1, $registeredDeprecations);
33
$this->assertSame('deprecation', $registeredDeprecations[0][1]);
34
+ $globalDeprecations->setValue($errorHandler, []);
35
}
36
0 commit comments