commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / libraries / tests / modules / libraries_test_module / libraries_test_module_post_load.inc
1 <?php
2
3 /**
4 * @file
5 * Test PHP file for Libraries loading.
6
7 /**
8 * Dummy function to see if this file was loaded.
9 */
10 function _libraries_test_module_integration_file_post_load() {
11 }
12
13 // Call a function that is defined in the library file, to ensure that was
14 // loaded prior to this file.
15 _libraries_test_module_example_1();