summaryrefslogtreecommitdiff
path: root/sites/all/modules/libraries/tests/libraries/example/example_3.php
blob: 3734f38f94f41bae58c9fa5c067de3d7d215d2de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

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

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