laravel - How many tests for the same class? -


i using php laravel framework , have controller class.

i have written unit test class.

is necessary write integration test same class?

or controller classes need integration instead of unit tests?

how repository classes call eloquent models , adapters call third party packages?

should have integration tests, since not under control?

thanks


Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -