DDSameera's avatar

Laravel Unit Test/Feature Test and Integration Test

I have one question. regarding with Laravel Unit Test/Feature Test and Integration Test

I can see Feature Test and unit test folders in laravel project. Someone ask me to prepare integration test also.

I m little bit confused. How could i create integration testing in laravel ?

0 likes
1 reply
martinbean's avatar

I have one question.

@ddsameera No, you don’t. You create multiple questions a day.

I can see Feature Test and unit test folders in laravel project. Someone ask me to prepare integration test also.

I m little bit confused. How could i create integration testing in laravel ?

Create a new folder. Add a new entry to your phpunit.xml file for it.

1 like

Please or to participate in this conversation.