Skip to content

Commit

Permalink
phpcs: FunctionCallArgumentSpacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jrchamp committed Feb 28, 2023
1 parent eaf51b6 commit 6667c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/privacy/mod_zoom_provider_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ protected function setUp(): void {
$student = $generator->create_user();
$student2 = $generator->create_user();
$studentrole = $DB->get_record('role', ['shortname' => 'student']);
$generator->enrol_user($student->id, $course->id, $studentrole->id);
$generator->enrol_user($student2->id, $course->id, $studentrole->id);
$generator->enrol_user($student->id, $course->id, $studentrole->id);
$generator->enrol_user($student2->id, $course->id, $studentrole->id);
// Fill all related data tables.
$meeting = (object) [
'id' => 12345,
Expand Down

0 comments on commit 6667c9b

Please sign in to comment.