Skip to content
adamfranco edited this page Feb 28, 2011 · 1 revision

Most of the Course Catalog OSID API is covered by PHPUnit tests. To run these tests:

  1. Install PHPUnit if you do not have it available.
  2. Create an empty MySQL database for running the tests.
  3. Edit application/test/banner/configuration.plist and enter your database configuration parameters.
  4. On the command-line, change directory to your course-catalog source directory.
  5. Run the command phpunit application/test/TestSuite.php
Clone this wiki locally