diff options
Diffstat (limited to 'tests/phpunit/includes/api/ApiOptionsTest.php')
-rw-r--r-- | tests/phpunit/includes/api/ApiOptionsTest.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/phpunit/includes/api/ApiOptionsTest.php b/tests/phpunit/includes/api/ApiOptionsTest.php index 6e5edbf6e4a6..6659414cb51e 100644 --- a/tests/phpunit/includes/api/ApiOptionsTest.php +++ b/tests/phpunit/includes/api/ApiOptionsTest.php @@ -99,6 +99,12 @@ class ApiOptionsTest extends MediaWikiLangTestCase { return true; } + /** + * @param IContextSource $context + * @param array|null $options + * + * @return array + */ public function getOptionKinds( IContextSource $context, $options = null ) { // Match with above. $kinds = array( |