Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 430 Bytes

DEVELOPMENT.md

File metadata and controls

35 lines (23 loc) · 430 Bytes

Dev Guide

Setup

composer install

Running tests

vendor/bin/phpunit

Writing Code

Checking for static analysis issues

vendor/bin/psalm

Checking coding standards are met

vendor/bin/phpcs

Fixing coding standards automatically

We have an automated style fixer called PHP Code Sniffer. Style is checked on TravisCI as well.

vendor/bin/phpcbf