09960fe614f021b7727b82afefbfc759bd48a4f7
[yaffs-website] / Drupal / Tests / Component / DependencyInjection / Fixture / container_test_file_service_test_service_function.data
1 <?php
2
3 /**
4  * @file
5  * Contains a test function for container 'file' include testing.
6  */
7
8 /**
9  * Test function for container testing.
10  *
11  * @return string
12  *   A string just for testing.
13  */
14 function container_test_file_service_test_service_function() {
15   return 'Hello Container';
16 }