Getting started with Zend_Test – Step 4: Testing your Zend Framework Controllers
In part four of this “How to get started using Zend_Test” series, we will finally get to start testing our controllers!
In part four of this “How to get started using Zend_Test” series, we will finally get to start testing our controllers!
Now that we’ve installed PEAR and PHPUnit, we can verify that PHPUnit is working correctly by writing our first test.
Since we installed PHPUnit through PEAR, and we have properly configured our include_path variable in our php.ini file, we can create our test files anywhere and PHP will know where to look to find PHPUnit. So [...]
Copyright © 2012 Andrew Havens.