Merge "Added release notes for 'ContentHandler::runLegacyHooks' removal"
[mediawiki.git] / tests / phpunit / includes / Services / TestWiring2.php
blob3b4fff03e4bff17c59c3bf5eae881359ed6a9d49
1 <?php
2 /**
3 * Test file for testing ServiceContainer::loadWiringFiles
4 */
6 return [
7 'Bar' => function() {
8 return 'Bar!';
9 },