theseer / phpdox

Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT)
http://phpdox.de
Other
601 stars 121 forks source link

Updating PHPUnit to make tests compatible with PHP 7.4 #388

Closed cyrilverloop closed 3 years ago

cyrilverloop commented 4 years ago

Hi,

Since PHP 7.4, some tests are failing due to PHPUnit's use of ReflectionType::__toString(). This behavior has been changed in PHPUnit 7.5.15. I updated the dependency to 7.5.19 and the tests are OK.

cyrilverloop commented 3 years ago

Build does not work anymore.