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

Create View TestCase #23

Open Matthimatiker opened 12 years ago

Matthimatiker commented 12 years ago

Create a TestCase class that supports testing of view scripts.

The TestCase should be able to render view scripts with specified parameters and support assertions on the generated content.