Skip to content

Commit

Permalink
MNT Add new param to test class
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Apr 24, 2024
1 parent d3e0eb3 commit 68caeeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MultiValueFieldTest_DataObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class MultiValueFieldTest_DataObject extends \SilverStripe\ORM\DataObject implem
'MVField' => 'MultiValueField'
);

public function write($showDebug = false, $forceInsert = false, $forceWrite = false, $writeComponents = false)
public function write($showDebug = false, $forceInsert = false, $forceWrite = false, $writeComponents = false, bool $skipValidation = false)
{
parent::write($showDebug, $forceInsert, $forceWrite, $writeComponents);
}
Expand Down

0 comments on commit 68caeeb

Please sign in to comment.