Further modules included.
[yaffs-website] / web / modules / contrib / libraries / tests / libraries / test_php_file_library / test_php_file_library.php
diff --git a/web/modules/contrib/libraries/tests/libraries/test_php_file_library/test_php_file_library.php b/web/modules/contrib/libraries/tests/libraries/test_php_file_library/test_php_file_library.php
new file mode 100644 (file)
index 0000000..8ef69fb
--- /dev/null
@@ -0,0 +1,16 @@
+<?php
+
+/**
+ * @file
+ * Test PHP file.
+ *
+ * This file is part of the 'test_php_file_library' test library.
+ *
+ * @see \Drupal\Tests\libraries\Kernel\ExternalLibrary\PhpFile\PhpFileLibraryTest
+ */
+
+/**
+ * A test function to be able to test whether this file was loaded or not.
+ */
+function _libraries_test_php_function() {
+}