Behat Laravel Domain Testing Inside Out
I will cover the use of FormRequest, Mockery, Behat and more in this article.
The article will show how to test your Domain code, in this case I mean testing how the code will work outside of the Routing and Controller layer of your Application. But what this will lead to is a “lego” like moment of plugging in these parts to your Controller so you know it will work. Of course it will be tested as well during the UI testing.