website icon indicating copy to clipboard operation
website copied to clipboard

Add PHP Unit testing

Open ProfessorTom opened this issue 5 years ago • 1 comments

As a Developer, I would like to have unit tests for the PHP code in this site/application to:

  • [ ] Prove that code meets expectations
  • [ ] Make code more modular
  • [ ] Make refactoring code a low-risk event

ProfessorTom avatar Jun 20 '20 23:06 ProfessorTom

I’ve not written any unit tests in PHP before, but am aware that PHPUnit is a thing.

While I expect I will likely be the one to add PHPUnit or its equivalent to this project, I am leaving this task unassigned for now until I have more confidence in my ability to add a PHP unit testing framework and some example PHP unit tests.

ProfessorTom avatar Jun 20 '20 23:06 ProfessorTom