13 lines
164 B
PHP
13 lines
164 B
PHP
<?php
|
|
|
|
/**
|
|
* @file
|
|
* Test PHP file for Libraries loading.
|
|
*/
|
|
|
|
/**
|
|
* Dummy function to see if this file was loaded.
|
|
*/
|
|
function _libraries_test_example_3() {
|
|
}
|