Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 274 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 274 Bytes

Contributing

# run unit tests
make phpunit

# run code style checks
make cs

# run static analysis checks
make sa

# run all tests/checks on latest deps
make smoke-test

# create a test project
make test-project

(Docker required)