Unit Tests for the approved userlist Class
Copyright: | 2018 Andrew Nicols <andrew@nicols.co.uk> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 100 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
userlist_test:: (3 methods):
test_add_from_sql()
test_add_user()
test_add_users()
Class: userlist_test - X-Ref
Tests for the \core_privacy API's approved userlist functionality.test_add_from_sql() X-Ref |
Ensure that valid SQL results in the relevant users being added. |
test_add_user() X-Ref |
Ensure that adding a single user adds that user. |
test_add_users() X-Ref |
Ensure that adding multiple users by ID adds those users. |