More updates to stop using dev or alpha or beta versions.
[yaffs-website] / web / core / tests / 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 }