Skip to content

Commit bb6a421

Browse files
[ErrorHandler] Fix ErrorHandlerTest::tearDown() visibility
1 parent e2d7999 commit bb6a421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ErrorHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*/
3232
class ErrorHandlerTest extends TestCase
3333
{
34-
public function tearDown(): void
34+
protected function tearDown(): void
3535
{
3636
$r = new \ReflectionProperty(ErrorHandler::class, 'exitCode');
3737
$r->setAccessible(true);

0 commit comments

Comments
 (0)