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
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: