On the Blue Parabola blog today there's a look at working with the Zend_Test component of the Zend Framework (from Matthew Turland).
I went to the "tests" directory generated for me by the zf CLI utility to get started.
What I found there was three files: application/bootstrap.php, library/bootstrap.php, phpunit.xml They were all completely empty, which didn't really provide much in the way of guidance on how to get started.
The Zend_Test documentation is good, but...
Post new comment