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

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