PHP code refactoring task.
Use the package manager composer to install Commission Calculator.
composer install --no-dev
To install dev version run:
composer install
php app.php input.txt
In order to run tests:
./vendor/bin/phpunit tests
PHP code refactoring task.
Use the package manager composer to install Commission Calculator.
composer install --no-dev
To install dev version run:
composer install
php app.php input.txt
In order to run tests:
./vendor/bin/phpunit tests