Skip to content

Commit ed09cd0

Browse files
committed
Add back test case that was deleted by accident
1 parent 6714a42 commit ed09cd0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Tests/Request/ParamFetcherTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,11 @@ public static function exceptionOnValidatesFailureDataProvider()
379379
array('bar' => 'foo', 'baz' => 'foo'),
380380
'arr',
381381
),
382+
array( // test missing strict param
383+
array(),
384+
array(),
385+
'bar',
386+
),
382387
array( // test invalid strict param
383388
array(),
384389
array('bar' => 'foo'),

0 commit comments

Comments
 (0)