You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHPUnit 9.5.0 by Sebastian Bergmann and contributors.
Runtime: PHP 7.4.13
Configuration: /home/runner/work/PHP-CS-Fixer/PHP-CS-Fixer/phpunit.xml.dist
Warning: Your XML configuration validates against a deprecated schema.
Suggestion: Migrate your XML configuration using "--migrate-configuration"!
Testing
Call to undefined method PhpCsFixer\Tests\AbstractFixerTest::getAnnotations()
Error: Process completed with exit code 2.
This PR was merged into the 4.4 branch.
Discussion
----------
[PhpUnitBridge] Fixed PHPunit 9.5 compatibility
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#39329
| License | MIT
| Doc PR | -
Let's see if this works π
#SymfonyHackday
Commits
-------
5134de5 Added compatibility with PHPunit 9.5
Uh oh!
There was an error while loading. Please reload this page.
Symfony version(s) affected: v5.2.0
Description
PhpUnitBridge's CoverageListenerTrait is incompatible with PHPUnit 9.5, probably due to missing/inaccessible
getAnnotations()
method.How to reproduce
Example of a build with the error:
And another.
Workaround
Use PHPUnit 9.4.
The text was updated successfully, but these errors were encountered: