Skip to content

Commit a9f76cd

Browse files
author
r.tschu
committed
rewrote persistence calls in testclass
1 parent 9a47a02 commit a9f76cd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/notify_responsible_person_test.php

-3
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ public function test_notify_person () {
6767
$data->course_category = $categoryone->id;
6868
$data->userid = $userone->id;
6969
$data->category_mode = 0;
70-
$data->standard_time_mode = 0;
7170
$record = new \block_evasys_sync\user_cat_allocation(0, $data);
7271
$record->create();
7372

@@ -85,7 +84,6 @@ public function test_notify_person () {
8584
$data->course_category = $subcategoryone->id;
8685
$data->userid = $usersubone->id;
8786
$data->category_mode = 0;
88-
$data->standard_time_mode = 0;
8987
$record = new \block_evasys_sync\user_cat_allocation(0, $data);
9088
$record->create();
9189

@@ -96,7 +94,6 @@ public function test_notify_person () {
9694
$data->course_category = $subsubcategoryone->id;
9795
$data->userid = $usersubsubone->id;
9896
$data->category_mode = 0;
99-
$data->standard_time_mode = 0;
10097
$record = new \block_evasys_sync\user_cat_allocation(0, $data);
10198
$record->create();
10299

0 commit comments

Comments
 (0)