theseer / phpdox

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

Fix PHPUnit 9 compatibility for expectedException. #375

Closed cyrilverloop closed 5 years ago

cyrilverloop commented 5 years ago

Hi, I removed the deprecated "@expectedException" annotations and used the "expectException()" methods instead.

theseer commented 5 years ago

Thanks a lot!