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