Add sslCAFile option to DatabaseMysqli
[mediawiki.git] / tests / phpunit / includes / Services / TestWiring2.php
blobdfff64f048898ccde1b21053e6fbe9fb32276703
1 <?php
2 /**
3 * Test file for testing ServiceContainer::loadWiringFiles
4 */
6 return [
7 'Bar' => function () {
8 return 'Bar!';
9 },