-
Functional Test
-
Minor
-
Moodle 3.0
- Clone latest moodle weekly
- Create an empty database and directory for moodle data
- Run admin/cli/install.php --skip-database.
- Verify that config.php is populated but that the database is empty.
- Run admin/cli/install_database.php --agree-license --adminpass=youradminpassword.
- Verify that the Moodle instance is installed.
- Drop and re-create the database and delete the config file.
- Run admin/cli/install.php.
- Verify that the Moodle instance is installed.
- Drop and re-create the database and delete the config file.
- Install moodle via web interface.