Current File : /home/jvzmxxx/wiki/tests/phpunit/includes/Services/TestWiring1.php
<?php
/**
 * Test file for testing ServiceContainer::loadWiringFiles
 */

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