This test suite validates PHP calls and MySQL database content.
- Install Composer from https://getcomposer.org/download/
php composer.phar install
- Configure
config.php
- Run
php settings.php
to populate test user - Then run e.g.
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.