liip / LiipMonitorBundle

Integrates the LiipMonitor library into Symfony
http://liip.ch
467 stars 103 forks source link

chore: migrate PHPUnit 9 => 10 (Waiting for PHPUnit-Bridge) #296

Open Chris53897 opened 6 months ago

Chris53897 commented 6 months ago

i have deactivated the PHPUnitBride Listeners in phpunit.xml.dist

annotations are deprecated in phpunit 11 (which is blocked by the "matthiasnoback/symfony-dependency-injection-test" (but a PR for a fix is already available)

I am not sure to wait until PHPUnitBride supports PHPUnit or give this snippt a chance. https://gist.github.com/upyx/372bd015bd2ba087189f6d0152eca7eb

kbond commented 6 months ago

I've been waiting for the phpunit bridge to support phpunit 10 (without a need for something custom in every package).