Level 59
The custom test helpers make it easier to integrate with the rest of Laravel. Whether you need to disable events, use database transactions, etc.
This makes the tests lightning fast.
Why laravel5 use Crawler test by default ? Why not use codeception which has enough good working model?
I haven't any problem with Crawler but I try understand this decision.
The custom test helpers make it easier to integrate with the rest of Laravel. Whether you need to disable events, use database transactions, etc.
This makes the tests lightning fast.
Please or to participate in this conversation.