Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.9.2
-
Fix Version/s: 1.10.0
-
Component/s: Zend_Test_PHPUnit
-
Labels:None
-
Language:English
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/zend.test.phpunit.html.
Correct: Zend_Test_PHPUnit_ControllerTestCase
Wrong: Zend_Test_PHPUnit_Controller_TestCase
Fixed