git clone https://github.com/CPEDevUp/PHPUnitExample.git
cd PHPUnitExample
composer update
phpunit ./test/
computer$ phpunit ./test/
PHPUnit 5.5.4 by Sebastian Bergmann and contributors.
. 1 / 1 (100%)
Time: 121 ms, Memory: 8.00MB
OK (1 test, 5 assertions)