mudrd8mz / moodle-tool_pluginskel

Generator of Moodle plugins skeletons
https://moodle.org/plugins/tool_pluginskel
Other
51 stars 46 forks source link

Add 'upgrade' feature and PHPUnit tests #16

Closed alexandru-elisei closed 8 years ago

alexandru-elisei commented 8 years ago

Given the recipe:

component: readmetest
name: Readme test
release: "0.1.0"
requires: "2.9"
copyright: 2016 Alexandru Elisei <alexandru.elisei@gmail.com>
features:
  upgrade: true

The db/upgrade.php file will be created.

alexandru-elisei commented 8 years ago

Given the recipe:

component: readmetest
name: Readme test
release: "0.1.0"
requires: "2.9"
copyright: 2016 Alexandru Elisei <alexandru.elisei@gmail.com>
features:
  upgrade: true

upgrade:
  upgradelib: true

The db/upgradelib.php file will also be created.