Skip to content

Commit

Permalink
Fix for #3515, functional extension & tests
Browse files Browse the repository at this point in the history
https://cakephp.lighthouseapp.com/projects/42648-cakephp/tickets/3515

I used (string) because it is faster than strval() and there are no real benefits in this case.
Also enabled assign(), append() and prepend() to take any values convertible to string.

Removed try/catch as discussed with ADmad.
Changed the three exception expecting tests to check for PHPUnit_Framework_Error now.
  • Loading branch information
ravage84 committed Aug 8, 2013
1 parent 2dd4236 commit 2a540ff
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 75 deletions.

0 comments on commit 2a540ff

Please sign in to comment.