forked from fabiocarneiro/FhcsFormTest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the problem of bind() throwing exception
This commit modifies the IndexController to test the really needed behavior: $form->bind() The problem: $form->bind() method was throwing an unespected exception. This problem was introduced in ZF 2.2.5 through zendframework/zendframework#5093 So the fatest solution would be downgrade to ZF 2.2.4, then lets make it :D
- Loading branch information
Showing
2 changed files
with
24 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters