Skip to content

This is a quick demo to show how to create unit tests.

Notifications You must be signed in to change notification settings

nasy/php-testing-demo

Repository files navigation

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

About

This is a quick demo to show how to create unit tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages