johnkary / phpunit-speedtrap

Reports on slow-running tests in your PHPUnit test suite
MIT License
782 stars 62 forks source link

Replace the removed getAnnotations() method with the utility #74

Closed duncan3dc closed 3 years ago

duncan3dc commented 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

Call to undefined method getAnnotations()

asbiin commented 3 years ago

duplicate of #73

johnkary commented 3 years ago

Thank you, @duncan3dc. I have merged #73 which should address this issue, and tagged v3.3.0.