Chinese Conversion Table Update 2017-6
[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 ];