25 Jun
2019
25 Jun
'19
2 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23191 --- Comment #18 from Martin Renvoize <martin.renvoize@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.