Skip to content

Latest commit

 

History

History

server

This test suite validates PHP calls and MySQL database content.

Instructions

  1. Install Composer from https://getcomposer.org/download/
  2. php composer.phar install
  3. Configure config.php
  4. Run php settings.php to populate test user
  5. Then run e.g. php login.php to test login cases, or
  6. Load /test/server/test_all.php in a browser to test all.

NOTE: Many cases are dependent on each other. Generally, run settings.php first, all cases afterward, and cleanup.php last.