php - How do you find methods in the Zend Framework 2 API -
i'm trying find utility in zend framework 2 api can't. maybe i'm not using right.
for example, next online documentation unit testing in zend framework:
http://framework.zend.com/manual/2.3/en/tutorials/unittesting.html
... see class extends abstracthttpcontrollertestcase inherits access $this->getmockbuilder() somewhere. cannot find in api documentation abstracthttpcontrollertestcase class:
http://framework.zend.com/apidoc/2.3/classes/zend.test.phpunit.controller.abstracthttpcontrollertestcase.html
i don't see search utility anywhere in api. how can 1 know methods available extension of class? dig code? why publish partial formal api?
that class extends phpunit test case provide additional functionality controller testing.
for phpunit_framework_testcase
usage refer phpunit documentation
as how find methods - browse code, parent classes , such. others utilize ide features.
php zend-framework2
No comments:
Post a Comment