-- Mauricio Cuenca <[EMAIL PROTECTED]> wrote
(on Friday, 03 October 2008, 09:01 AM -0700):
> 
> I'm not getting this topic very well. I've done PHPUnit Tests before, but
> right now I am unable to integrate it wih Zend_Test so I can test my MVC
> environment.
> 
> My version is 3.3.1. The error only happend when the test was run from the
> browser. I ran the test from the command line using the "php" binary and
> nothing happens, I get no errors, nothing.
> 
> Running the same test using the "phpunit" binary I get the error "Call to
> undefined method Zend_Layout::resetmvcinstance()" but it seems that this has
> something to do with the registerAutoload() not working.
> 
> Should I run the test using the php binary or the phpunit? Sorry, I'm stuck
> I would really appreciate your help. This my test class:

Use the phpunit script that is installed when you install PHPUnit:

  % phpunit SignupControllerTest


-- 
Matthew Weier O'Phinney
Software Architect       | [EMAIL PROTECTED]
Zend Framework           | http://framework.zend.com/

Reply via email to