- Coding standard for the project is Symfony
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
You can check and fix the code with EasyCodingStandard :
Check:
$ composer run cs-check
Fix:
$ composer run cs-fix
The PHPUnit version to be used is the one installed as a dev- dependency via composer.
Then:
$ ./vendor/bin/phpunit