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
Post a Comment