AlkantarClanX12
| Current Path : /var/www/clients/client1/web1/web/sites/all/modules/libraries/tests/libraries/example/ |
| Current File : /var/www/clients/client1/web1/web/sites/all/modules/libraries/tests/libraries/example/example_1.php |
<?php
/**
* @file
* Test PHP file for Libraries loading.
*/
// @see _libraries_require_once()
$path = 'abc';
/**
* Dummy function to see if this file was loaded.
*/
function _libraries_test_module_example_1() {
}