Skip to content

Commit f8e2721

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 eccdd7b commit f8e2721

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/InputFilter/RestService/PatchInputFilterTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ public function dataProviderInvalidPageSizes(): array
207207
return [
208208
'page_size-string-float' => ['25.5'],
209209
'page_size-string-wrong-negative' => ['-2'],
210+
'page_size-string-nan' => ['invalid'],
210211
'page_size-float' => [25.5],
211212
'page_size-integer-wrong-negative' => [-2],
212213
];

0 commit comments

Comments
 (0)