issues
search
howToCodeWell
/
code-quiz
Code Quiz MonoRepo (API, API Client, App)
MIT License
4
stars
4
forks
source link
Install and configure PHPUnit
#62
Closed
pfwd
closed
2 years ago
pfwd
commented
2 years ago
TODO
[x] Install PHPUnit
https://packagist.org/packages/phpunit/phpunit
[x] Configure PHPUnit to run against the Symfony project
[x] Update the GitHub Actions pipeline to run PHPUnit after the other PHP tools
TODO