##Installation
composer update
Functional tests are written in behat
Execute the following command from this directory
cd tests/functional
../../vendor/bin/behat
###Changing test input Change the input values in the respective feature files
##Running unit tests
Unit tests are written in phpunit
cd tests/unit
../../vendor/bin/phpunit
###Changing test input Change the input values directly in the test cases
##test.php
Play around with the code in this test file
php test.php