container_test_file_service_test_service_function.data 285 B

12345678910111213141516
  1. <?php
  2. /**
  3. * @file
  4. * Contains a test function for container 'file' include testing.
  5. */
  6. /**
  7. * Test function for container testing.
  8. *
  9. * @return string
  10. * A string just for testing.
  11. */
  12. function container_test_file_service_test_service_function() {
  13. return 'Hello Container';
  14. }