From ed09cd02107d26f3a0d48641d68a0be94f913ca6 Mon Sep 17 00:00:00 2001 From: Eugene Fidelin Date: Tue, 2 Dec 2014 14:59:42 +0100 Subject: [PATCH] Add back test case that was deleted by accident --- Tests/Request/ParamFetcherTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Tests/Request/ParamFetcherTest.php b/Tests/Request/ParamFetcherTest.php index 790b04f50..3bf9b35c1 100644 --- a/Tests/Request/ParamFetcherTest.php +++ b/Tests/Request/ParamFetcherTest.php @@ -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'),