Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[PHPUnit-Bridge] DeprecationErrorHandler incompatibility with PHPUnit 8.3 #32879

Closed
@TomBerriot

Description

@TomBerriot

Symfony version(s) affected: 4.3

Description
https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.3.md
Since PHPUnit 8.3, PHPUnit\Util\ErrorHandler::handleError() is not available anymore.

DeprecationErrorHandler.php relied on this method in DeprecationErrorHandler::handleError().

How to reproduce
This error is triggered by executing is_array($env = @include dirname(__DIR__) . '/.env.local.php') in our bootstrap.php file when it is included by FiledLoader, when launching our tests with PHPUnit.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions