Skip to content

fix StaticConstructorLoader decorator #20

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

Merged
merged 2 commits into from
May 24, 2020
Merged

fix StaticConstructorLoader decorator #20

merged 2 commits into from
May 24, 2020

Conversation

oleg-andreyev
Copy link
Collaborator

@oleg-andreyev oleg-andreyev commented Feb 8, 2020

fixes #19

now StaticConstructorLoader provides same interface/contract as ClassLoader and proxies all methods call to the target

@dbalabka
Copy link
Owner

dbalabka commented Feb 9, 2020

It looks reasonable. I will check the PR

@dbalabka
Copy link
Owner

@oleg-andreyev please merge the master branch and ignore newly added lines to fix PHPUnit coverage.

… as ClassLoader and proxies all methods call to target
@oleg-andreyev
Copy link
Collaborator Author

@oleg-andreyev rebased.

@dbalabka
Copy link
Owner

@oleg-andreyev please fix the coverage, by just ignore the lines of new methods in decorator:
https://coveralls.io/builds/30901541

@dbalabka dbalabka merged commit c53daca into master May 24, 2020
oleg-andreyev added a commit that referenced this pull request Jun 10, 2020
oleg-andreyev added a commit that referenced this pull request Jun 10, 2020
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 this pull request may close these issues.

StaticConstructorLoader is not a correct decorator.
2 participants