summaryrefslogtreecommitdiff
path: root/www/wiki/tests/phpunit/includes/services/TestWiring2.php
blob: dfff64f048898ccde1b21053e6fbe9fb32276703 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
/**
 * Test file for testing ServiceContainer::loadWiringFiles
 */

return [
	'Bar' => function () {
		return 'Bar!';
	},
];