-
Functional Test
-
Minor
-
Moodle 3.5
Pre-requisite: PDO-compatible DB server; PHP compiled with a PDO DB extension
- Set up external DB auth with your PDO-compatible server, and use the "pdo" option for connection. You will need to configure the connect string in the host setting to something like:pgsql:host=localhost;port=5432;dbname=enroltest
- Ensure you can log in and all information is loaded as expected.
- Set up external DB enrolment against the same PDO option.
- Ensure users are enrolled as expected.