Skip to content

Latest commit

 

History

History
executable file
·
21 lines (14 loc) · 287 Bytes

File metadata and controls

executable file
·
21 lines (14 loc) · 287 Bytes

PHP Testing Demo

Installation

To install all dependencies do:

// php composer.phar install

Running the app (php 7.0 or more required):

To run the app do:

// php -S localhost:8000 -t public

Run tests

php bin/phpunit php bin/phpunit --coverage-text