TestWiring2.php 131 B

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