Closed duncan3dc closed 3 years ago
PHPUnit 9.5.0 dropped the getAnnotations() method, so this PR follows suit and uses the util directly instead. https://github.com/sebastianbergmann/phpunit/commit/68582043e149039cfa3596b42ed35753dcf54fb2
getAnnotations()
Call to undefined method getAnnotations()
duplicate of #73
Thank you, @duncan3dc. I have merged #73 which should address this issue, and tagged v3.3.0.
v3.3.0
PHPUnit 9.5.0 dropped the
getAnnotations()
method, so this PR follows suit and uses the util directly instead. https://github.com/sebastianbergmann/phpunit/commit/68582043e149039cfa3596b42ed35753dcf54fb2Call to undefined method getAnnotations()