summaryrefslogtreecommitdiff
path: root/sites/all/modules/libraries/tests/libraries/example/example_4.php
diff options
context:
space:
mode:
Diffstat (limited to 'sites/all/modules/libraries/tests/libraries/example/example_4.php')
-rw-r--r--sites/all/modules/libraries/tests/libraries/example/example_4.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/sites/all/modules/libraries/tests/libraries/example/example_4.php b/sites/all/modules/libraries/tests/libraries/example/example_4.php
new file mode 100644
index 000000000..c5f8dcb52
--- /dev/null
+++ b/sites/all/modules/libraries/tests/libraries/example/example_4.php
@@ -0,0 +1,12 @@
+<?php
+
+/**
+ * @file
+ * Test PHP file for Libraries loading.
+ */
+
+/**
+ * Dummy function to see if this file was loaded.
+ */
+function _libraries_test_module_example_4() {
+}