The Burrough Test
===========================
Use following procedure to complete setup of this project.
- Clone the project if you don't have already.
git clone https://github.com/williamgomes/test-inviqa.git
- Download composer if you didn't have.
curl -sS https://getcomposer.org/installer | php
- Install all the packages required to run this application by running following command.
php composer.phar install
- Define the year for which you want to generate report in config.yml file.
financial_year: 2017 # <= for which year the system has to generate the output
- In order to generate report use below command.
php index.php payday:generate {filename}
- This will create two individual report for salary and bonus.
To run the test properly, please run below command from commandline.
php vendor/bin/phpunit --colors --coverage-text --configuration tests/phpunit.xml.dist tests/