Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with phpunit phar release #158

Open
ju1ius opened this issue Feb 15, 2024 · 0 comments · May be fixed by #159
Open

Does not work with phpunit phar release #158

ju1ius opened this issue Feb 15, 2024 · 0 comments · May be fixed by #159

Comments

@ju1ius
Copy link

ju1ius commented Feb 15, 2024

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 added a commit to ju1ius/SymfonyDependencyInjectionTest that referenced this issue Feb 15, 2024
@ju1ius ju1ius linked a pull request Feb 15, 2024 that will close this issue
ju1ius added a commit to ju1ius/SymfonyDependencyInjectionTest that referenced this issue Feb 15, 2024
@ju1ius ju1ius changed the title Does not work with phpunit phar Does not work with phpunit phar release Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant