Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Want to colaborate?

Camilo Sperberg edited this page Nov 15, 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 :)
vagrant ssh
cd /var/www/default/
composer install -o
  • To unit test:
vagrant ssh
cd /var/www/default/
vendor/bin/phpunit
  • To unit test with code coverage:
vagrant ssh
cd /var/www/default/
./execute-tests.sh
  • That's all folks!

Clone this wiki locally