PhpSpec is an open source, community-driven project. If you'd like to contribute, feel free to do this, but remember to follow this few simple rules:
- For new features, or bugs that only affect the 4.x versions, base your changes on the
master
branch and open PRs againstmaster
- For bugs that affect 3.4.x versions, base your changes on the
3.4
branch and open PRs agains3.4
- Bugs in previous versions are not going to be fixed, upgrade to
3.4
minimum.
- All classes that interact solely with the core logic should be covered by Specs
- Any infrastructure adaptors should be covered by integration tests using PHPUnit
- All features should be covered with .feature descriptions automated with Behat
- All new classes must carry the standard copyright notice docblock
- All code in the
src
folder must follow the PSR-2 standard