Thanks, this will give me something to look at to make it
work like I want.

On Thu, 14 Aug 2008 21:24:54 +0300, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote:

Zend_Test still uses the entire dispatch sequence, which includes
routing. Currently, the router overwrites the request with what it
discovers in the environment -- using defaults if nothing is found.

So, this is why your experiment didn't work. This tells me that we need
to perhaps make one or more changes:

 * router and/or routes should not overwrite the
   module/controller/action unless
   actually found

 * modify Zend_Test's dispatch() method to use a null router when no URL
   is provided

These changes should be discussed, however; each has benefits and each
has problems.



Reply via email to