TestWiring1.php 131 B

1234567891011
  1. <?php
  2. /**
  3. * Test file for testing ServiceContainer::loadWiringFiles
  4. */
  5. return [
  6. 'Foo' => function () {
  7. return 'Foo!';
  8. },
  9. ];