Skip to content

Commit

Permalink
Add back test case that was deleted by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
eugef committed Dec 2, 2014
1 parent 6714a42 commit ed09cd0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Tests/Request/ParamFetcherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,11 @@ public static function exceptionOnValidatesFailureDataProvider()
array('bar' => 'foo', 'baz' => 'foo'),
'arr',
),
array( // test missing strict param
array(),
array(),
'bar',
),
array( // test invalid strict param
array(),
array('bar' => 'foo'),
Expand Down

0 comments on commit ed09cd0

Please sign in to comment.