Zend_Test: how to set up?
I've been reading the Zend_Test documentation over and over again, but I can't figure out how to actually call the Test classes. I mean, a normal "page" is just called by example.com/controller/action or example.com/module/controller/action. But how do I run a test? Should I install PHPUnit for that? Or is there some way to call a test from the browser? And where do I put the test-files?
I understand how to write tests, I just can't figure out how to run them and where to put the files.
Thx!
|