summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Gadgets/tests/phan/config.php
blob: 6bc24d22e87a84cc53d0ca5ff50b570f6697cf36 (plain)
1
2
3
4
5
6
7
<?php

$cfg = require __DIR__ . '/../../vendor/mediawiki/mediawiki-phan-config/src/config.php';
// Namespace constants
$cfg['file_list'][] = 'Gadgets.namespaces.php';

return $cfg;