Skip to content

evgpisarchik/trip-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. clone the repository and go to its main directory
  2. run the following console command to install dependencies (for testing) and generate autoloader via Composer
composer install
  1. make sure bin/console is executable
chmod +x bin/console

Running

run the following console command

bin/console trip-sorter misc/boarding-cards.json

Testing

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

documentation generated via Sami can be found in directory docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published