mikeerickson / phpunit-pretty-result-printer

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

Fixed deprecation warnings for PHP 8.3 #188

Open vedmant opened 7 months ago

vedmant commented 7 months ago

What is the purpose of this pull request? (put an "X" next to item)

What changes did you make? (Give an overview)

Fixed deprecation warnings for PHP 8.3 by adding properties to the trait and replacing "${var}" by {$var}

Which issue (if any) does this pull request address?

https://github.com/mikeerickson/phpunit-pretty-result-printer/issues/187

Is there anything you'd like reviewers to focus on?

varo45 commented 2 months ago

@mikeerickson could you please look into this and update the library? It's been 6 months