wiki.techinc.nl/tests/phpunit/includes/services/TestWiring1.php

11 lines
131 B
PHP
Raw Normal View History

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