You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Camilo Sperberg edited this page Nov 21, 2016
·
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-2 styling guide (or PSR-12 whenever it comes out).
Instructions
Clone this repo (or your fork)
Execute:
vagrant up # Might take a while :)
bash bin/composer-update.sh
To unit test:
bash 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:
bash bin/run-tests.sh
Please note that running the unit tests with code coverage is a very slow process!