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 5d7fdb0 commit c16a222
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 @@ -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',
Expand Down

0 comments on commit c16a222

Please # to comment.