Skip to content

Commit

Permalink
FIX Update for polymorphic relationship for UserDefinedForm and child…
Browse files Browse the repository at this point in the history
… Fields
  • Loading branch information
robbieaverill committed Nov 2, 2017
1 parent 88b1b10 commit e38c6c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/EditableSpamProtectionFieldTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ protected function getEditableFormFieldMock()

$editableFormFieldMock = new EditableSpamProtectionField(array(
'ParentID' => $page->ID,
'ParentClass' => get_class($page),
'Name' => 'MyField',
'CustomErrorMessage' => 'default error message'
));
Expand Down

0 comments on commit e38c6c3

Please sign in to comment.