unit-testing-tips icon indicating copy to clipboard operation
unit-testing-tips copied to clipboard

Unit testing tips by examples in PHP

Results 2 unit-testing-tips issues
Sort by recently updated
recently updated
newest added

I often see developers using mocks for entities to simplify their creation for testing. While this is easy enough it creates a lot of coupling to the implementation details. I...