Separate MediaWiki unit and integration tests
[lhc/web/wiklou.git] / tests / phpunit / unit / includes / libs / services / TestWiring2.php
1 <?php
2 /**
3 * Test file for testing ServiceContainer::loadWiringFiles
4 */
5
6 return [
7 'Bar' => function () {
8 return 'Bar!';
9 },
10 ];