Skip to content

Commit 2560936

Browse files
ppaulisweierophinney
authored andcommitted
#75 added and completed Units to test page_size parameter more thoroughly
Signed-off-by: Pascal Paulis <[email protected]>
1 parent f8e2721 commit 2560936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/InputFilter/RestService/PatchInputFilterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function dataProviderIsValidTrue(): array
3434
return [
3535
'page_size-string' => ['25'],
3636
'page_size-string-negative' => ['-1'],
37-
'page_size-integer' => [1],
37+
'page_size-integer' => [25],
3838
'page_size-integer-negative' => [-1]
3939
];
4040
}

0 commit comments

Comments
 (0)