example_2.php in Libraries API 7.3
Same filename and directory in other branches
Test PHP file for Libraries loading.
File
tests/libraries/example/example_2.phpView source
<?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_2() {
}
Functions
Name | Description |
---|---|
_libraries_test_module_example_2 | Dummy function to see if this file was loaded. |