ZF-11331: Zend_Oauth test suite lacks proper docblocks
Description
Zend_Oauth test suite lacks proper docblocks. This makes testing Zend_Oauth as a standalone component difficult (ie: ./runtests.sh Oauth does not work)
Zend_Oauth test suite lacks proper docblocks. This makes testing Zend_Oauth as a standalone component difficult (ie: ./runtests.sh Oauth does not work)
Comments
Posted by Adam Lundrigan (adamlundrigan) on 2011-04-29T01:43:39.000+0000
Added patch which adds following: - File-level docblock - Class-level docblock with proper @group declarations
Test suite passes after changes applied
Posted by Adam Lundrigan (adamlundrigan) on 2011-04-29T01:45:54.000+0000
Fix in trunk r23883
Posted by Ralph Schindler (ralph) on 2011-05-03T05:56:50.000+0000
Fixed in trunk at r23883 and in release branch 1.11 at r23954