Further modules included.
[yaffs-website] / web / modules / contrib / libraries / tests / example / example_2.php
diff --git a/web/modules/contrib/libraries/tests/example/example_2.php b/web/modules/contrib/libraries/tests/example/example_2.php
new file mode 100644 (file)
index 0000000..ddded40
--- /dev/null
@@ -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_2() {
+}