2017 © Pedro Peláez
 

library phpunit-sample

The demonstration of PHPUnit

image

yidas/phpunit-sample

The demonstration of PHPUnit

  • Monday, April 30, 2018
  • by yidas
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 100 % Grown

The README.md

PHPUnit Sample Code

The demonstration of PHPUnit, (*1)

INSTALLATION

Create the project by Composer:, (*2)

composer create-project --prefer-dist --stability=dev yidas/phpunit-sample

USAGE

In the root directory of this library, run phpunit from vendor:, (*3)

./vendor/bin/phpunit

Then the result would like:, (*4)

PHPUnit 5.6.4 by Sebastian Bergmann and contributors.

...                                                                 3 / 3 (100%)

Time: 32 ms, Memory: 3.50MB

OK (3 tests, 3 assertions)

DIRECTORY STRUCTURE

src/      Source component classes
tests/    Test cases

DOCUMENTATION

The Versions

30/04 2018

dev-master

9999999-dev https://github.com/yidas/phpunit-sample

The demonstration of PHPUnit

  Sources   Download

MIT

The Requires

 

phpunit sample unit-test test-driven-development

30/04 2018

1.1.0

1.1.0.0 https://github.com/yidas/phpunit-sample

The demonstration of PHPUnit

  Sources   Download

MIT

The Requires

 

phpunit sample unit-test test-driven-development

28/04 2018

1.0.0

1.0.0.0 https://github.com/yidas/phpunit-sample

The demonstration of PHPUnit

  Sources   Download

MIT

The Requires

 

phpunit sample unit-test test-driven-development