Google News
logo
Laravel - Interview Questions
What do you understand by Unit testing?
Unit testing is built-in testing provided as an integral part of Laravel. It consists of unit tests which detect and prevent regressions in the framework. Unit tests can be run through the available artisan command-line utility.
Advertisement