An open API service indexing awesome lists of open source software.

https://github.com/gotocva/laravel-unit-testing-example

A sample to implement unit testing in Laravel framework
https://github.com/gotocva/laravel-unit-testing-example

Last synced: about 2 months ago
JSON representation

A sample to implement unit testing in Laravel framework

Awesome Lists containing this project

README

          

## A simple example to implement Unit testing in laravel

### Steps to run

```
git clone https://github.com/gotocva/Laravel-Unit-Testing-example.git
cd Laravel-Unit-Testing-example
composer update
cp .env.example .env
php artisan migrate
php artisan test
```

### you can see the below output

![sample](https://github.com/gotocva/Laravel-Unit-Testing-example/blob/master/screenshots/sample-test-output.png)