Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 311 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 311 Bytes

Solitaire

Download, install vendors and run index.php in CLI.

composer install
php index.php

Testing

To run tests, install vendor dev requirements and execute phpunit in project root directiry.

phpunit

Of course to run composer, php or phpunit commands you should install them before.