Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 11
Línea 38... Línea 38...
38
 * @copyright  2015 Frédéric Massart - FMCorz.net
38
 * @copyright  2015 Frédéric Massart - FMCorz.net
39
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
39
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
40
 */
40
 */
41
class lib_test extends \advanced_testcase {
41
class lib_test extends \advanced_testcase {
Línea 42... Línea 42...
42
 
42
 
43
    public function test_comment_add_user_competency() {
43
    public function test_comment_add_user_competency(): void {
44
        global $DB, $PAGE;
44
        global $DB, $PAGE;
45
        $this->resetAfterTest();
45
        $this->resetAfterTest();
46
        $dg = $this->getDataGenerator();
46
        $dg = $this->getDataGenerator();
Línea 183... Línea 183...
183
    }
183
    }
Línea 184... Línea 184...
184
 
184
 
185
    /**
185
    /**
186
     * Commenting on a plan.
186
     * Commenting on a plan.
187
     */
187
     */
188
    public function test_comment_add_plan() {
188
    public function test_comment_add_plan(): void {
189
        $this->resetAfterTest();
189
        $this->resetAfterTest();
190
        $dg = $this->getDataGenerator();
190
        $dg = $this->getDataGenerator();
Línea 191... Línea 191...
191
        $lpg = $dg->get_plugin_generator('core_competency');
191
        $lpg = $dg->get_plugin_generator('core_competency');