Version 1
[yaffs-website] / vendor / cebe / markdown / tests / bootstrap.php
diff --git a/vendor/cebe/markdown/tests/bootstrap.php b/vendor/cebe/markdown/tests/bootstrap.php
new file mode 100644 (file)
index 0000000..b7e49f9
--- /dev/null
@@ -0,0 +1,5 @@
+<?php
+
+if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
+       require(__DIR__ . '/../vendor/autoload.php');
+}