Unit testing tips by examples in PHP. Contribute to sarven/unit-testing-tips development by creating an account on GitHub.
In these times, the benefits of writing unit tests are huge. I think that most of the recently started projects contain any unit tests. In enterprise applications with a lot of business logic, unit tests are the most important tests, because they are fast and can us instantly assure that our implementation is correct.