dg / bypass-finals

Removes `final` and `readonly` keywords from source code on-the-fly and allows mocking of final methods and classes. It can be used together with any test tool such as PHPUnit or Mockery.
Other
487 stars 30 forks source link

Fix bug 31 #34

Closed dmitryuk closed 2 years ago

dmitryuk commented 2 years ago

Close https://github.com/dg/bypass-finals/issues/31

dg commented 2 years ago

Thanks