Features
- Testing using PHPUnit 9.5
- Code Checker using PHP Code Sniffer
- Code coverage using XDebug
- Makefile for quick run commands
System requirements
- PHP 8.0
- Composer v2.x
- XDebug
System requirements
- phpunit.xml: PHPUnit config
- phpcs.xml: PHP Code Sniffer config
- Makefile: Quick commands
Setup application for the first time
make setup
Run testing with coverage
make test
Run code checker
make lint
PHPUnit
Xdebug
PHP Code Sniffer