Run all test
> ./vendor/bin/phpunitRun only unit test
> ./vendor/bin/phpunit --testsuite=unit
// shortcut
> composer tuCheck static analysis
> ./vendor/bin/psalm
// shortcut
> composer saCheck coding style
> ./vendor/bin/ecs
// shortcut
> composer csFix coding style issues
> ./vendor/bin/ecs --fix
// shortcut
> composer cs:fix