diff options
Diffstat (limited to 'tests/phpunit/includes/parser/ParserOutputTest.php')
-rw-r--r-- | tests/phpunit/includes/parser/ParserOutputTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/parser/ParserOutputTest.php b/tests/phpunit/includes/parser/ParserOutputTest.php index be1856c3a14c..4331b2242791 100644 --- a/tests/phpunit/includes/parser/ParserOutputTest.php +++ b/tests/phpunit/includes/parser/ParserOutputTest.php @@ -882,7 +882,7 @@ EOF 'ru' => [ 'Kittens_RU' => 1, 'Dragons_RU' => 1, ], 'fr' => [ 'Kittens_FR' => 1 ], ], - 'getCategories' => [ 'Foo' => 'X', 'Bar' => 'Y' ], + 'getCategoryMap' => [ 'Foo' => 'X', 'Bar' => 'Y' ], 'getImages' => [ 'Billy.jpg' => 1, 'Puff.jpg' => 1 ], 'getFileSearchOptions' => [ 'Billy.jpg' => [ 'time' => '20180101000013', 'sha1' => 'DEAD' ], |