We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5cd72 commit 69939eeCopy full SHA for 69939ee
tests/Integration/Api/ApiV2Test.php
@@ -934,6 +934,10 @@ public function dataDeleteOption() {
934
$fullFormExpected = $this->dataGetFullForm()['getFullForm']['expected'];
935
array_splice($fullFormExpected['questions'][1]['options'], 0, 1);
936
937
+ // Now the other options are reordered
938
+ $fullFormExpected['questions'][1]['options'][0]['order'] = 0;
939
+ $fullFormExpected['questions'][1]['options'][1]['order'] = 1;
940
+
941
return [
942
'deleteOption' => [
943
'fullFormExpected' => $fullFormExpected
0 commit comments