elliotchance / concise

✅ Concise is test framework for using plain English and minimal code, built on PHPUnit.
MIT License
45 stars 3 forks source link

enableConstructor() for mock() #295

Open elliotchance opened 8 years ago

elliotchance commented 8 years ago

Normals mocks are completely empty. If you can disable a constructor on a niceMock you should be able to enable the constructor on a mock.