Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added note about PHPUnit version.

...

  1. Install PHPUnit using instructions on this page. PHPUnit 3.5 or later is required.
  2. cd to the phpcas/test/ directory
  3. Run the following command:
    Code Block
    phpunit TestSuite.php

...