Index: trunk/phase3/maintenance/tests/phpunit/includes/api/ApiUploadTest.php |
— | — | @@ -123,7 +123,7 @@ |
124 | 124 | * This is cheating a bit -- we grab a token in the correct format and then add it to the pseudo-session and to the |
125 | 125 | * request, without actually requesting a "real" edit token |
126 | 126 | * @param $params: key-value API params |
127 | | - * @param $data: a structure which also contains the session |
| 127 | + * @param $session: session array |
128 | 128 | */ |
129 | 129 | protected function doApiRequestWithToken( $params, $session ) { |
130 | 130 | if ( $session['wsToken'] ) { |