Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 355 Bytes

contribution.md

File metadata and controls

28 lines (19 loc) · 355 Bytes

Contribution

Contribution

(:warning: Work in progress)

Run Unit Tests

This projects is given with unit testing and code style checking.

Run code style checking :

make php-cs
make php-ci

Run tests with phpunit :

make phpunit

Run both code style checking and unit tests:

make test

Go back