Test project for demonstration OOD skills
PHP >= 7.1
PHPUnit >= 7.1 (for test environment)
You can clone this repository and run follow command for unsure that it works correctly
$ php public/index.php
Or run Unit-test by command
$ vendor/bin/phpunitBut before run test you should install composer dependencies by
$ composer installAll contents of this package are licensed under the [MIT license].