File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 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() {
204204		$ notificationarray (
205205			'id '       => uniqid (),
206206			'to '       => '{admin_email} ' ,
207-              'name '     => 'Test notification ' ,
207+ 			 'name '     => 'Test notification ' ,
208208            'event '    => 'form_submission ' ,
209209            'toType '   => 'email ' ,
210210            'subject '  => 'New submission from {form_title} ' ,
@@ -227,11 +227,11 @@ public function test_callback_gform_pre_notification_deleted() {
227227		$ notificationarray (
228228			'id '       => uniqid (),
229229			'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} ' ,
235235		);
236236
237237		$ form_id$ this create_form (
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments