Skip to content

Commit 3a91c5e

Browse files
[ErrorHandler] Fix ErrorHandlerTest::tearDown() visibility
1 parent c44cc73 commit 3a91c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/ErrorHandler/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)