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

[WIP][PhpUnitBridge] Don't use classes from vendors on unit tests #31797

Closed

Conversation

l-vo
Copy link
Contributor

@l-vo l-vo commented Jun 2, 2019

Q A
Branch? master
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets
License MIT
Doc PR

This is a test; please don't review :)

When the CI runs the unit tests, the composer autoload system uses the tested classes from the vendor directory of PHPUnitBridge (instead of using the repository ones). But if a PR modifies these tested classes, the classes in the vendor are not up-to-date ! This PR aims to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants