- clone the repository and go to its main directory
- run the following console command to install dependencies (for testing) and generate autoloader via Composer
composer install
- make sure bin/console is executable
chmod +x bin/console
run the following console command
bin/console trip-sorter misc/boarding-cards.json
run the following console commands
PHPUnit (Unit testing)
vendor/bin/phpunit -c tests/unit/phpunit.xml
Behat (BDD testing)
vendor/bin/behat -c tests/bdd/behat.yml
documentation generated via Sami can be found in directory docs