Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

Latest commit

 

History

History
18 lines (9 loc) · 598 Bytes

contributing.md

File metadata and controls

18 lines (9 loc) · 598 Bytes

Contributing

Coding standards

Your code should follow Symfony's coding standards as close as possible.

Conventions

Your code should follow Symfony's code conventions as close as possible.

Testing your code locally

Please make sure the unit tests run without failures before and after contributing. To do this, simply run your tests using the phpunit version bundled with the library, like this:

./bin/phpunit Tests/Path/To/Your/Test.php