Closed
Description
Q | A |
---|---|
PHPUnit version | 8.1.3 |
PHP version | 7.4snapshot |
Installation Method | Composer |
Hello,
I have an issue on Travis CI using PHPUnit with convertWarningsToExceptions
.
Function ReflectionType::__toString() is deprecated
It only happens in tests using getMockBuilder
so this must be related to that the deprecation (since PHP 5.5.0) that now is throwing an warning: https://php.net/manual/de/reflectiontype.tostring.php