summaryrefslogtreecommitdiff
path: root/sites/all/modules/libraries/tests/libraries/example/example_2.php
diff options
context:
space:
mode:
Diffstat (limited to 'sites/all/modules/libraries/tests/libraries/example/example_2.php')
-rw-r--r--sites/all/modules/libraries/tests/libraries/example/example_2.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/sites/all/modules/libraries/tests/libraries/example/example_2.php b/sites/all/modules/libraries/tests/libraries/example/example_2.php
new file mode 100644
index 000000000..8dc6d305a
--- /dev/null
+++ b/sites/all/modules/libraries/tests/libraries/example/example_2.php
@@ -0,0 +1,15 @@
+<?php
+
+/**
+ * @file
+ * Test PHP file for Libraries loading.
+ */
+
+// @see _libraries_require_once()
+$path = 'abc';
+
+/**
+ * Dummy function to see if this file was loaded.
+ */
+function _libraries_test_module_example_2() {
+}