317

Tests

PHPTAL has a big tests suite that helps you ensure that your changes don't break anything (this is very helpful). To run the tests you'll need to install PHPUnit:

  pear channel-discover pear.phpunit.de
  pear install phpunit/PHPUnit

If you're getting permission errors, run each command with sudo. If that doesn't work, you can install PHPUnit manually.

To run tests, execute:

 php tests/run-test.php

1

1