Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 530 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 530 Bytes

Pets Shelter

Test project for demonstration OOD skills

Requirements

PHP >= 7.1

PHPUnit >= 7.1 (for test environment)

Install & Usage

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/phpunit

But before run test you should install composer dependencies by

$ composer install

License

All contents of this package are licensed under the [MIT license].