Add missing full-stop to comment
This commit is contained in:
parent
35350fe454
commit
63160279f5
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class mod_customcert_task_email_certificate_task_testcase extends advanced_testc
|
||||||
// Create a custom certificate with no elements.
|
// Create a custom certificate with no elements.
|
||||||
$this->getDataGenerator()->create_module('customcert', ['course' => $course->id, 'emailstudents' => 1]);
|
$this->getDataGenerator()->create_module('customcert', ['course' => $course->id, 'emailstudents' => 1]);
|
||||||
|
|
||||||
// Enrol the user as a student
|
// Enrol the user as a student.
|
||||||
$this->getDataGenerator()->enrol_user($user1->id, $course->id);
|
$this->getDataGenerator()->enrol_user($user1->id, $course->id);
|
||||||
|
|
||||||
// Run the task.
|
// Run the task.
|
||||||
|
|
Loading…
Reference in a new issue