Skip to content

Commit

Permalink
Corrected/Improved DocBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Dec 19, 2014
1 parent c496c7b commit e778b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/TestSuite/ControllerTestCase.php
Expand Up @@ -183,7 +183,7 @@ abstract class ControllerTestCase extends CakeTestCase {
*
* @param string $name The name of the function
* @param array $arguments Array of arguments
* @return the return of _testAction
* @return mixed The return of _testAction.
* @throws BadMethodCallException when you call methods that don't exist.
*/
public function __call($name, $arguments) {
Expand Down Expand Up @@ -212,7 +212,7 @@ public function __call($name, $arguments) {
*
* @param string $url The url to test
* @param array $options See options
* @return mixed
* @return mixed The specified return type.
* @triggers ControllerTestCase $Dispatch, array('request' => $request)
*/
protected function _testAction($url = '', $options = array()) {
Expand Down

0 comments on commit e778b5d

Please sign in to comment.