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

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