- composer install
- php -S localhost:8000 -t public\
- vendor/bin/phpcs --standard=PHPCompatibility --report=source --runtime-set testVersion 7.0
- vendor/bin/phpcs --standard=PHPCompatibility --report=summary --runtime-set testVersion 7.0
- vendor/bin/phpcs -s --report=summary
- vendor/bin/php7cc
- vendor/bin/phpunit
- cd tests/
- ../vendor/bin/phpunit --list-groups
- ../vendor/bin/phpunit --groupe