Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 335 Bytes

File metadata and controls

27 lines (17 loc) · 335 Bytes

PHP Command line

PHP Command line parser.

Installation

via composer:

composer require mohachi/cli-parser

Note: don't forget to run composer install if you clone from github repo.

Run tests

To run unit tests:

vendor/bin/phpunit

To run integration tests:

php run_integrated_test.php