This directory contains all project tests.
$ 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)
PHPUnit version 5.7 is used, and requires PHP 5.6 or later.