Archive for the 'Uncategorized' Category

TDD is one of the best practices that symfony promotes.
The main reason that many PHP developers don’t invest earlier into testing solutions is that TDD deals with practice, not knowledge of a particular language or framework.
Learning a test framework and how to write unit and functional tests is quite easy. Build an automated testing solutions [...]