moiz2050 / trip-sorter
There is no license information available for the latest version (dev-master) of this package.
Trip sorter
dev-master
2015-11-18 21:09 UTC
Requires
- php: >=5.3.3
Requires (Dev)
- phpunit/phpunit: 4.4.*
This package is auto-updated.
Last update: 2024-10-14 11:41:39 UTC
README
Using Composer :
composer install
If you don't have composer, you can get it from Composer
Run the application
Note that the source file used for this application is located in "sourcefile" folder. Only Json format is supported for this application.
php index.php
Tests
To run tests make sure you are in the main folder, and then you can run this command line :
vendor/phpunit/phpunit/phpunit --bootstrap tests/bootstrap.php tests