wunderio/code-quality

PHP Fatal error: Trait 'Symfony\Bridge\PhpUnit\Legacy\PolyfillAssertTrait' not found

Opened this issue · 0 comments

Ragnar got this error in his project.

PHP Fatal error:  Trait 'Symfony\Bridge\PhpUnit\Legacy\PolyfillAssertTrait' not found in /app/web/sites/simpletest/Assert.php on line 68
Fatal error: Trait 'Symfony\Bridge\PhpUnit\Legacy\PolyfillAssertTrait' not found in /app/web/sites/simpletest/Assert.php on line 68

Needed to add:

lando composer require symfony/phpunit-bridge

Is that requiremet for all projects? Could be it's because the project didn't have core-dev package installed (which should not be requirement).