これは、TDDBCのPHP向けPHPUnitプロジェクトです。
- PHP7.2以上
curl -sS https://getcomposer.org/installer | php
php composer.phar install
./vendor/bin/phpunit
を実行して
$ ./vendor/bin/phpunit
PHPUnit 8.5.2 by Sebastian Bergmann and contributors.
. 1 / 1 (100%)
Time: 43 ms, Memory: 4.00MB
OK (1 test, 1 assertion)
$
のようにテストが正常終了すればOKです。
三条項BSDライセンス (3-clause BSD license)です。 詳しくはプロジェクト直下のLICENSEを読んでください。