[Koha-bugs] [Bug 23191] Administrators should be able to install plugins from the command line

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 25 10:30:03 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23191

--- Comment #18 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
New test plan:

1) Without any plugins installed, run the script. Output should be: No plugins
found at $plugins_dir
2) Manually add an unzipped plugin into your plugins_dir
3) Run the script. Output should be: 'Installed $plugin_name $plugin_version'
4) Run the script again. Output should be: 'All plugins successfully
re-initialised'
5) Increment the 'version' in your unpacked plugin.
6) Run the script. Output should be: 'Upgrade $plugin_name from version
$old_version to version $new_version'

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list