first import
This commit is contained in:
12
sites/all/modules/libraries/tests/example/example_1.php
Normal file
12
sites/all/modules/libraries/tests/example/example_1.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Test PHP file for Libraries loading.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Dummy function to see if this file was loaded.
|
||||
*/
|
||||
function _libraries_test_example_1() {
|
||||
}
|
Reference in New Issue
Block a user