ZF-7837: Wrong class name listed for Zend_Test_PHPUnit_ControllerTestCase in multiple places
Description
The correct class name for the Controller Test case class is: "Zend_Test_PHPUnit_ControllerTestCase". In the ZF manual there are 4 cases of misspellings of the class name including code examples.
Search for "Zend_Test_PHPUnit_Controller_TestCase" on http://framework.zend.com/manual/en/….
Correct: Zend_Test_PHPUnit_ControllerTestCase Wrong: Zend_Test_PHPUnit_Controller_TestCase
Comments
Posted by Benjamin Eberlei (beberlei) on 2009-09-18T01:13:54.000+0000
Fixed