File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ public function test_callback_gform_pre_notification_save() {
204
204
$ notification = array (
205
205
'id ' => uniqid (),
206
206
'to ' => '{admin_email} ' ,
207
- 'name ' => 'Test notification ' ,
207
+ 'name ' => 'Test notification ' ,
208
208
'event ' => 'form_submission ' ,
209
209
'toType ' => 'email ' ,
210
210
'subject ' => 'New submission from {form_title} ' ,
@@ -227,11 +227,11 @@ public function test_callback_gform_pre_notification_deleted() {
227
227
$ notification = array (
228
228
'id ' => uniqid (),
229
229
'to ' => '{admin_email} ' ,
230
- 'name ' => 'Test notification ' ,
231
- 'event ' => 'form_submission ' ,
232
- 'toType ' => 'email ' ,
233
- 'subject ' => 'New submission from {form_title} ' ,
234
- 'message ' => '{all_fields} ' ,
230
+ 'name ' => 'Test notification ' ,
231
+ 'event ' => 'form_submission ' ,
232
+ 'toType ' => 'email ' ,
233
+ 'subject ' => 'New submission from {form_title} ' ,
234
+ 'message ' => '{all_fields} ' ,
235
235
);
236
236
237
237
$ form_id = $ this ->create_form (
You can’t perform that action at this time.
0 commit comments