mezuro / kolekti_cc_phpmd

Call CodeClimate CLI phpmd collector and properly parses its results
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Remove 'low level' mocks #8

Open do-you-dare opened 8 years ago

do-you-dare commented 8 years ago

When unit testing, sometimes, instead of mocking some methods directly, we mock the calls that that method does. You can see an example here. This way our tests become very coupled with the implementation of methods it shouldn't be testing.