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
When PhpUnit is imported from the phar release, the class SebastianBergmann\Exporter\Exporter is vendored as PhpUnit\SebastianBergmann\Exporter\Exporter.
The DefinitionHasArgumentConstraint in this bundle has a property of type SebastianBergmann\Exporter\Exporter which cause tests to fail, because the autoloader can't find it.
The text was updated successfully, but these errors were encountered:
ju1ius
added a commit
to ju1ius/SymfonyDependencyInjectionTest
that referenced
this issue
Feb 15, 2024
When PhpUnit is imported from the phar release, the class
SebastianBergmann\Exporter\Exporter
is vendored asPhpUnit\SebastianBergmann\Exporter\Exporter
.The
DefinitionHasArgumentConstraint
in this bundle has a property of typeSebastianBergmann\Exporter\Exporter
which cause tests to fail, because the autoloader can't find it.The text was updated successfully, but these errors were encountered: