nicholaskajoh / ng-word-games

Word games WordPress plugin.
0 stars 0 forks source link

Set up testing with PHPUnit #2

Open nicholaskajoh opened 7 months ago

nicholaskajoh commented 7 months ago

The test suite should be integrated with the repo such that it is run on every feature branch and the main branch whenever new changes are pushed. Write a few sample tests.

Resources:

nicholaskajoh commented 6 months ago

Also, setup code coverage.