-
Functional Test
-
Minor
-
Moodle 3.8
- Clone latest moodle weekly
- Create an empty database and directory for moodle data
- Run php admin/cli/install.php --skip-database.
- Verify that config.php is populated but that the database is empty.
- Run php 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 php 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.
- Discovered while testing
-
MDL-67011 Moodle install via CLI doesn't work when double quotes are entered
- Open
-
MDL-67010 Moodle install via CLI should allow data to be re-entered
- Closed
- has a non-specific relationship to
-
MDL-43189 Installation error: xxx_config table not found Moodle 2.6
- Closed
- Testing discovered
-
MDL-65453 Admin CLI install script prompts for values that it doesn't use when the skip-database option is given
- Closed