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

Latest commit

 

History

History
21 lines (15 loc) · 589 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 589 Bytes

Contributing to this project

Running tests locally

To run tests locally for a specific version of PHP:

$ rm -rf vendor composer.lock
$ docker-compose up
$ docker-compose run --user www-data php-$WANTED_PHP_VERSION bash
container$ composer install
container$ vendor/bin/phpunit --no-coverage

Reporting Issues

When reporting issues, please try to be as descriptive as possible, and include as much relevant information as you can. A step by step guide on how to reproduce the issue will greatly increase the chances of your issue being resolved in a timely manner.