This test suite validates PHP calls and MySQL database content.
*** Instructions
php composer.phar install
- Configure
config.php
- Run
php settings.php
to populate test user - Then run eg.
php login.php
to test login cases, or - 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.