Under php 7.4 I'm getting:
PHP Notice: Trying to access array offset on value of type null in /srv/mediawiki/w/includes/CategoryViewer.php on line 516
Fix would be to do something like $test['test'] ?? null rather then just $test['test'].
Running MW 1.36.