Skip to content

Latest commit

 

History

History
 
 

README.md

Purpose

This directory contains all project tests.

Usage

$ cd project_root/
$ composer install
$ ./vendor/phpunit/phpunit/phpunit

Example output:

PHPUnit 5.7.19 by Sebastian Bergmann and contributors.

............                                                      12 / 12 (100%)

Time: 76 ms, Memory: 4.00MB

OK (12 tests, 12 assertions)

Notes

PHPUnit version 5.7 is used, and requires PHP 5.6 or later.