- PHP 5.6 以上
- インストールされていない場合は、XAMP が簡単。
- Windowsの場合は、インストーラが簡単。
$ composer install
PHPUnitを実行する。
$ vendor/bin/phpunit
こんな感じで出たらOK。
$ vendor/bin/phpunit
PHPUnit 5.7.21 by Sebastian Bergmann and contributors.
Runtime: PHP 7.1.6
Configuration: C:\src\php\tddbc-php\phpunit.xml
. 1 / 1 (100%)
Time: 298 ms, Memory: 4.00MB
OK (1 test, 1 assertion)