Skip to content

lgoral/trip-sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Download composer.phar https://getcomposer.org/download/ and run

php composer.phar install

Run the application

php index.php

Run tests

php vendor/bin/phpunit -c phpunit.xml.dist

How to extend the code towards new types of transportation

  • Add new type of BoardingCard class in folder src/Moldel/ that extends AbstractBoardingCard
  • Example of usage BoardingCards is in index.php

Releases

No releases published

Packages

No packages published

Languages