wiki.techinc.nl/tests/phpunit/includes/services/TestWiring2.php
Reedy e1b7824db6 Decapitalise services folder in tests/phpunit
Change-Id: If3bf8fd704eccdde435cb3bfd99ba1c1d3caee1f
2017-12-30 04:09:52 +00:00

10 lines
131 B
PHP

<?php
/**
* Test file for testing ServiceContainer::loadWiringFiles
*/
return [
'Bar' => function () {
return 'Bar!';
},
];