Further modules included.
[yaffs-website] / web / modules / contrib / libraries / tests / modules / libraries_test / libraries_test.inc
diff --git a/web/modules/contrib/libraries/tests/modules/libraries_test/libraries_test.inc b/web/modules/contrib/libraries/tests/modules/libraries_test/libraries_test.inc
new file mode 100644 (file)
index 0000000..68e2d2e
--- /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_integration_file() {
+}