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