As discussed in retrospective, all new PHP code should be tested. Therefore a PHP test runer should be setup.
Acceptance Criteria:
- Test runner is set up and included as a dependency of the project (for local test running)
- Actions are set up on github to run PHP tests on each push