You are here

libraries_test_module_post_load.inc in Libraries API 7.2

Test PHP file for Libraries loading.

Dummy function to see if this file was loaded.

File

tests/modules/libraries_test_module/libraries_test_module_post_load.inc
View source
<?php

/**
* @file
* Test PHP file for Libraries loading.

/**
* Dummy function to see if this file was loaded.
*/
function _libraries_test_module_integration_file_post_load() {
}

// Call a function that is defined in the library file, to ensure that was
// loaded prior to this file.
_libraries_test_module_example_1();

Functions

Namesort descending Description
_libraries_test_module_integration_file_post_load @file Test PHP file for Libraries loading.