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