This part is inspired by M6Web CONTRIBUTING files.
The features available for now are only those I need, but you're welcome to open an issue or pull-request if you need more, write tests or fix bugs.
composer install
To ensure good code quality, I use awesome M6Web tool "coke" to check there is no coding standards violations. We use Symfony2 coding standards.
make lint
# or run 'vendor/bin/coke' if you don't have 'make'
This bundle is tested with atoum.
make test
# or run 'vendor/bin/atoum' if you don't have 'make'