haegemon's avatar

Why laravel5 use Crawler test by default ?

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.

0 likes
2 replies
JeffreyWay's avatar
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.

haegemon's avatar

I'm a bit misunderstand. Can u explain how it can help with transaction?

Please or to participate in this conversation.