Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
zendframework/zendframework#6545 - UpperCaseWords should not filter…
Browse files Browse the repository at this point in the history
… non-string values
  • Loading branch information
Ocramius committed Jan 1, 2015
1 parent e7fe718 commit 5d7fdb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/UpperCaseWordsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ public function returnUnfilteredDataProvider()
return array(
array(null),
array(new \stdClass()),
array(123),
array(
array(
'Upper CASE and lowerCase Words WRITTEN',
Expand Down

0 comments on commit 5d7fdb0

Please sign in to comment.