Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 158 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 158 Bytes

demo-php-ci

//Update library and autoload
$composer update

//Run web server
$php -S localhost:9999 -t web/

//Run unit test
$./vendor/bin/phpunit