This repository was archived by the owner on Sep 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 176
Want to colaborate?
Camilo Sperberg edited this page Jun 5, 2019
·
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)
-
Ensure you have installed Docksal.
-
Execute:
fin up
fin composer-update
cp examples/conf.php.sample examples/conf.php
# Don't forget to adjust values in your newly created examples/conf.php- To unit test:
fin run-tests- To unit test with code coverage, create a
phpunit.xml(from the providedphpunit.xml.dist) and uncomment the logging options, then execute the following:
fin run-testsPlease note that running the unit tests with code coverage is a very slow process!
- That's all folks!