/example-phpunit

Demonstration of a bare-bones PHPUnit test using phpunit.phar for educational purposes in #php (libera IRC).

Primary LanguagePHP

PHPUnit

Demonstration of a bare-bones PHPUnit test using phpunit.phar for educational purposes in #php (libera IRC).

Run

wget -O phpunit.phar https://phar.phpunit.de/phpunit-10.phar

chmod +x phpunit.phar

./phpunit.phar GreeterTest.php