Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 401 Bytes

File metadata and controls

31 lines (24 loc) · 401 Bytes

Setup

composer install

How to run

php src/index.php

How to run ci (automatically runs PHPUnit, PHPStan and PHP_CodeSniffer)

composer ci

How to run PHPUnit

./vendor/bin/phpunit tests

How to run PHPStan

./vendor/bin/phpstan --level=9 analyze src

How to run PHP_CodeSniffer

./vendor/bin/phpcs src