Allows Moodle users to log their CPD via their user profiles.
Copyright (c) Luke Carrier, The Development Manager Ltd
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
local
directoryphp local/cpd/cli/upgrade_from_report_cpd.php
report/cpd
directoryphp admin/cli/upgrade.php
cd
into itmake
to generate a zip file containing the pluginmoodle.org
plugins siteAssuming you have already configured your local Moodle installation for testing with Behat and have launched a Selenium server, the following commands will execute the acceptance tests:
$ php admin/tool/behat/cli/util.php --enable
$ vendor/bin/behat -c ../{$CFG->dataroot}/behat/behat.yml --tags @local_cpd
Changes to the CPD module's code is also monitored by Scrutinizr, which passes a wide array of static analysis tools over our code. The results of these inspections are made publicly available.