PHP Testing DemoInstallationTo install all dependencies do:// php composer.phar installRunning the app (php 7.0 or more required):To run the app do:// php -S localhost:8000 -t publicRun testsphp bin/phpunit php bin/phpunit --coverage-text