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