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).
Ragnar got this error in his project.
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).