Re: override redirect/render/stop in testcontroller extension

2010-10-22 Thread J. Argyl Plath
On Oct 22, 10:50 am, "J. Argyl Plath" wrote: >     $result = $this->testAction('/users/delete/' . $id, array('return' > => 'view')); Update: Calling:     $result = $this->testAction('/testUsers/delete/' . $id, array('return' => 'view')); works. Which makes sense. Is this my only course of act

override redirect/render/stop in testcontroller extension

2010-10-22 Thread J. Argyl Plath
Hello-- I'm attempting to override the redirect/render/stop methods when executing tests and I'm trying to avoid using a constant after reading messages by Mark Story. It makes sense why you would simply override the method in the test controller, rather than with the constant. However, this is n