From c16a222c3b12744b73fa076d770d77fdf7d7af1c Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Thu, 1 Jan 2015 19:11:10 +0100 Subject: [PATCH] zendframework/zf2#6545 - `UpperCaseWords` should not filter non-string values --- test/UpperCaseWordsTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/test/UpperCaseWordsTest.php b/test/UpperCaseWordsTest.php index 9030917b..cecfc646 100644 --- a/test/UpperCaseWordsTest.php +++ b/test/UpperCaseWordsTest.php @@ -163,6 +163,7 @@ public function returnUnfilteredDataProvider() array(null), array(new \stdClass()), array(123), + array(123.456), array( array( 'Upper CASE and lowerCase Words WRITTEN',