Matthimatiker / MolComponents

Library with use-at-will architecture that extends the functionality of Zend Framework 1. Main features: Improved bootstrapping with lazy loading of resources, declaration of request parameters as argument in controller actions, advanced form creation and validation, mail templates, lightweight controller testing.
Other
2 stars 0 forks source link

Controller tests: Convert POST and GET data to string #61

Closed Matthimatiker closed 11 years ago

Matthimatiker commented 11 years ago

Data that is simulated via setPost() or setGet() should be converted to string as this is the way the data is received from the browser.

Currently errors occur if a null value is passed, which is not expected by the request implementation.