File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ public function test_notify_person () {
67
67
$ data ->course_category = $ categoryone ->id ;
68
68
$ data ->userid = $ userone ->id ;
69
69
$ data ->category_mode = 0 ;
70
- $ data ->standard_time_mode = 0 ;
71
70
$ record = new \block_evasys_sync \user_cat_allocation (0 , $ data );
72
71
$ record ->create ();
73
72
@@ -85,7 +84,6 @@ public function test_notify_person () {
85
84
$ data ->course_category = $ subcategoryone ->id ;
86
85
$ data ->userid = $ usersubone ->id ;
87
86
$ data ->category_mode = 0 ;
88
- $ data ->standard_time_mode = 0 ;
89
87
$ record = new \block_evasys_sync \user_cat_allocation (0 , $ data );
90
88
$ record ->create ();
91
89
@@ -96,7 +94,6 @@ public function test_notify_person () {
96
94
$ data ->course_category = $ subsubcategoryone ->id ;
97
95
$ data ->userid = $ usersubsubone ->id ;
98
96
$ data ->category_mode = 0 ;
99
- $ data ->standard_time_mode = 0 ;
100
97
$ record = new \block_evasys_sync \user_cat_allocation (0 , $ data );
101
98
$ record ->create ();
102
99
You can’t perform that action at this time.
0 commit comments