dbalabka / php-enumeration

Implementation of enumeration classes in PHP. The better alternative for enums
MIT License
53 stars 4 forks source link

fix StaticConstructorLoader decorator #20

Closed oleg-andreyev closed 4 years ago

oleg-andreyev commented 4 years ago

fixes #19

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

dbalabka commented 4 years ago

It looks reasonable. I will check the PR

dbalabka commented 4 years ago

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

oleg-andreyev commented 4 years ago

@oleg-andreyev rebased.

dbalabka commented 4 years ago

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