2008/12/4 Mary Nicole Hicks <[EMAIL PROTECTED]> > > Can anyone throw me some ideas on ways to unit test domain specific > controllers. I have controllers that act slightly differently depending on > the domain in the request and I also have some controllers that are only > available on some domains. >
For domain you intend an hostname or a specific model? However, Zend_Test is the way to accomplish integration test on controllers. -- Giorgio Sironi Piccolo Principe & Ossigeno Scripter http://www.sourceforge.net/projects/ossigeno
