Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 723 Bytes

CONTRIBUTING.md

File metadata and controls

45 lines (29 loc) · 723 Bytes

Contributing

  • Coding standard for the project is Symfony

Installation

To install the project and run the tests, you need to clone it first:

$ git clone https://github.com/notFloran/mjml-bundle.git

You will then need to run a composer installation and install MJML:

$ cd mjml-bundle
$ composer update
$ npm install mjml@4

Coding standard

You can check and fix the code with EasyCodingStandard :

Check:

$ composer run cs-check

Fix:

$ composer run cs-fix

Testing

The PHPUnit version to be used is the one installed as a dev- dependency via composer.

Then:

$ ./vendor/bin/phpunit