Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 579 Bytes

contributing.md

File metadata and controls

18 lines (9 loc) · 579 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