Subterfuge-Revived / Remake-Backend

Server side validation and API
Creative Commons Zero v1.0 Universal
10 stars 1 forks source link

WIP: Feature/unit tests #40

Open griendt opened 3 years ago

griendt commented 3 years ago

Description

Automated unit tests. These can be run from PhpStorm or through the Laravel CLI via:

docker-compose exec app php artisan test

Type of change

Testing

Checklist:

To Do