mikeerickson / phpunit-pretty-result-printer

PHPUnit Pretty Result Printer -- make your PHPUnit tests look pretty!
MIT License
1.2k stars 71 forks source link

Symfony 5? #154

Closed gofish543 closed 4 years ago

gofish543 commented 4 years ago

Will this package support symfony 5?

mikeerickson commented 4 years ago

@gofish543 i will run through a test suite for smyfony 5 and let you know if there are any issues. I plan to have a look over the weekend

AlexLisenkov commented 4 years ago

What is the status of this issue?

mikeerickson commented 4 years ago

Symfony 5 support is currently in progress. One of the issues I need to resolve is getting PHPUnit-bridge (https://github.com/symfony/phpunit-bridge) updated to support PHPUnit 9 which I am not finding much information.

ddebin commented 4 years ago

phpunit-bridge now supports PHPUnit 9. https://github.com/symfony/phpunit-bridge/releases/tag/v5.0.8

Arkanius commented 4 years ago

Since now phpunit-bridge supports PHPUnit 9 can we support symfony 5?

mikeerickson commented 4 years ago

@Arkanius it is on the task list, but I first must recover from COVID-19 virus. Hopefully I will be back to work in a couple weeks. Sorry to holdup your work, but not able to code right now

Arkanius commented 4 years ago

Wow, no problem man. Health first! Nice recover!

mikeerickson commented 4 years ago

@Arkanius I am finally back to semi-normal and will be reviewing this issue in greater detail soon!

Arkanius commented 4 years ago

I'm glad to hear that your fine @mikeerickson ! Thanks!

mikeerickson commented 4 years ago

@Arkanius if all goes to plan, I will be working on getting this resolved over the weekend

gofish543 commented 4 years ago

I believe this issue can be closed?