SymfonyDependencyInjectionTest icon indicating copy to clipboard operation
SymfonyDependencyInjectionTest copied to clipboard

Does not work with phpunit phar release

Open ju1ius opened this issue 1 year ago • 0 comments

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.

ju1ius avatar Feb 15 '24 12:02 ju1ius