Skip to content

Commit 69939ee

Browse files
committed
fixup: Tests
1 parent 4a5cd72 commit 69939ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Integration/Api/ApiV2Test.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,10 @@ public function dataDeleteOption() {
934934
$fullFormExpected = $this->dataGetFullForm()['getFullForm']['expected'];
935935
array_splice($fullFormExpected['questions'][1]['options'], 0, 1);
936936

937+
// Now the other options are reordered
938+
$fullFormExpected['questions'][1]['options'][0]['order'] = 0;
939+
$fullFormExpected['questions'][1]['options'][1]['order'] = 1;
940+
937941
return [
938942
'deleteOption' => [
939943
'fullFormExpected' => $fullFormExpected

0 commit comments

Comments
 (0)