When distributing console commands in a package or within an application, making sure data is in the correct format can be important. Let’s build a make:user
command that takes advantage of Laravel’s validation helpers.
PHP
5 Ways to Extract Value from Overmocked Tests
Tomas shares his approach to get the most out of mocks, drop dead code, and make tests more valuable. Read more