suotas / scrumble

scurmble is a todo list app that supports Scrum development. It is developed as a personal hobby.
0 stars 0 forks source link

Implement test code #28

Open suotas opened 4 years ago

suotas commented 4 years ago

overview

Implement test code.

goal

At least the test code for the Model and Controller should be added

body

Implement the test code for Model and Controller using PHPUnit. In the future, we will use CI to perform automated testing.

tasks