We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3176fed commit 9ad4cc7Copy full SHA for 9ad4cc7
1 file changed
tests/Unit/DTO/WorkflowOptionsTestCase.php
@@ -54,6 +54,7 @@ public function testMarshalling(): void
54
'fairness_weight' => 0.0,
55
],
56
'VersioningOverride' => null,
57
+ 'onConflictOptions' => null,
58
];
59
60
$result = $this->marshal($dto);
0 commit comments