laravel / ideas

Issues board used for Laravel internals discussions.
939 stars 28 forks source link

[Proposal] Decouple testing component from PHPUnit #706

Closed shulard closed 6 years ago

shulard commented 7 years ago

Hello !

I saw that in the Testing component, PHPUnit is called statically so it's a hard dependency for the framework. I think that giving boilerplate code to start testing is a great advantage but if someone prefer using another testing framework (Atoum, Simpletest, Kahlan...) actually he can't.

Maybe adding a bridge to PHPUnit can be a nice move to let users using their testing framework of choice.

taylorotwell commented 6 years ago

No plans on changing this for now.