cpliakas / git-wrapper

A PHP wrapper around the Git command line utility.
MIT License
506 stars 68 forks source link

Add GitWrapperInterface #197

Closed GrahamCampbell closed 4 years ago

GrahamCampbell commented 4 years ago

The class was made final, which means that it cannot be mocked anymore. Should we add an interface?

TomasVotruba commented 4 years ago

Interfaces are for contracts, not for mocking. Use by pass finals