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