(:warning: Work in progress)
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
(:warning: Work in progress)
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