-
Get PHPUnit.
% wget --no-check-certificate https://phar.phpunit.de/phpunit.phar % chmod +x phpunit.phar -
Execute the tests for an assignment.
% phpunit.phar wordy/wordy_test.php
This repository was archived by the owner on Jul 21, 2022. It is now read-only.