Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.92 KB

CONTRIBUTING.md

File metadata and controls

41 lines (26 loc) · 1.92 KB

Contributing to PHPUnit

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

  • Fork the project.
  • Make your bug fix or feature addition.
  • Add tests for it. This is important so we don't break it in a future version unintentionally.
  • Send a pull request. Bonus points for topic branches.

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 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:

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

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

Reporting issues

Please use the most specific issue tracker to search for existing tickets and to open new tickets: