Skip to content

Want to colaborate?

Camilo Sperberg edited this page Jun 16, 2020 · 9 revisions

You are free to do so, just send a pull request if you want to improve something. (Hint: take a look at the open issues!) Try to respect the PSR-12 styling guide.

Instructions

  • Clone this repo (or your fork)

  • Ensure you have installed Docker CE and Docker compose

  • Execute:

docker-compose up -d
cp examples/conf.php.sample examples/conf.php
# Don't forget to adjust values in your newly created examples/conf.php
  • To unit test:
./bin/run-tests.sh
  • To unit test with code coverage, create a phpunit.xml (from the provided phpunit.xml.dist) and uncomment the logging options, then execute the following:
./bin/run-tests.sh

Please note that running the unit tests with code coverage is a very slow process!

  • That's all folks!
Clone this wiki locally