Installation

Nécessaire php 7.1+, mbstring

À la racine du projet

composer require --dev phpunit/phpunit ^7

Utilisation

Dans un répertoire tests, créer des fichiers exemple: tests/PGAdminFormatTest.php

mkdir tests
vendor/bin/phpunit --bootstrap vendor/bootstrap.php tests/PGAdminFormatTest
vendor/bin/phpunit --bootstrap vendor/bootstrap.php tests
vendor/bin/phpunit --bootstrap vendor/bootstrap.php --testdox tests