|
|
|
|
|
by doppioandante
3728 days ago
|
|
Very recently I have begun to work as programmer, and having to work with PHP I looked at phpunit and unit testing (first time I do it semi-seriously).
The guidelines for mocking that I have found are about dependency injection (phpunit has some helpers, but I think that's it). What is the alternative to it? |
|