Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 307 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 307 Bytes

php-open-world

Code sniffer tool:

php vendor/squizlabs/php_codesniffer/scripts/phpcs -s --report-full=phpcs.txt --standard=PSR2 src/

Code auto-fixer:

php vendor/squizlabs/php_codesniffer/scripts/phpcbf --standard=PSR2 src/

PhpUnit:

php vendor/phpunit/phpunit/phpunit -c build/phpunit.xml