Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 522 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 522 Bytes

The trip sorter

We have a list of boarding cards that will take you from point A to point B via several stops on the way. Write an internal PHP API that will be able to sort the boarding cards.

Run the Trip Sorter

To start the Trip Sorter, run the following command in the console. Also you can to run 'index.php' file in your browser.

php index.php

Run the tests

Before running the tests make sure you have Composer installed and then run the command 'composer update'.

vendor/bin/phpunit tests/