HEX
Server: Apache
System: Linux webm019.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: petsclubcc (68997)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/petsclubcc/magento/vendor/phpunit/phpunit/CONTRIBUTING.md
# Contributing to PHPUnit

Contributions to PHPUnit, its related modules, and its documentation are always welcome. You make our lives easier by sending us your contributions through GitHub pull requests.

Pull requests for bug fixes must be based on the current stable branch whereas pull requests for new features must be based on `master`.

We are trying to keep backwards compatibility breaks in PHPUnit to an absolute minimum. Please take this into account when proposing changes.

Due to time constraints, we are not always able to respond as quickly as we would like. Please do not take delays personal and feel free to remind us here or on IRC if you feel that we forgot to respond.

## Using PHPUnit From a Git Checkout

The following commands can be used to perform the initial checkout of PHPUnit:

    git clone git://github.com/sebastianbergmann/phpunit.git
    cd phpunit

Retrieve PHPUnit's dependencies using [Composer](http://getcomposer.org/):

    wget http://getcomposer.org/composer.phar
    php composer.phar install

The `phpunit` script can be used to invoke the PHPUnit test runner.