Merge "Rename autonym for 'no' from 'norsk bokmål' to 'norsk'"
[lhc/web/wiklou.git] / tests / phpunit / includes / Services / TestWiring1.php
1 <?php
2 /**
3 * Test file for testing ServiceContainer::loadWiringFiles
4 */
5
6 return [
7 'Foo' => function () {
8 return 'Foo!';
9 },
10 ];