tests
2 posts carry this tag.
-
When a test is painful to write, the code is usually what needs revisiting
Four ways of going around a module's interface in a test, and what each one reveals about how the code is split up.
-
Discovering PHPArkitect: testing your PHP code architecture
I recently discovered PHPArkitect, a tool that allows you to define architecture rules for your PHP project. The idea is simple: write tests that verify your code respects…