Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 274 Bytes

SETUP.md

File metadata and controls

13 lines (7 loc) · 274 Bytes

Making the Test Suite Pass

  1. Get PHPUnit.

     % wget --no-check-certificate https://phar.phpunit.de/phpunit.phar
     % chmod +x phpunit.phar
    
  2. Execute the tests for an assignment.

     % phpunit.phar wordy/wordy_test.php