Skip to content

williamgomes/test-inviqa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Burrough Test

Build Status

===========================

Installation

Clone project

Use following procedure to complete setup of this project.

  1. Clone the project if you don't have already.
git clone https://github.com/williamgomes/test-inviqa.git
  1. Download composer if you didn't have.
curl -sS https://getcomposer.org/installer | php
  1. Install all the packages required to run this application by running following command.
php composer.phar install
  1. 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
  1. In order to generate report use below command.
php index.php payday:generate {filename}
  1. This will create two individual report for salary and bonus.

Testing

To run the test properly, please run below command from commandline.

php vendor/bin/phpunit --colors --coverage-text --configuration tests/phpunit.xml.dist  tests/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages