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.
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
Before running the tests make sure you have Composer installed and then run the command 'composer update'.
vendor/bin/phpunit tests/