Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / stecman / symfony-console-completion / tests / bootstrap.php
diff --git a/vendor/stecman/symfony-console-completion/tests/bootstrap.php b/vendor/stecman/symfony-console-completion/tests/bootstrap.php
new file mode 100644 (file)
index 0000000..cbe5833
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+$filename = __DIR__ . '/../vendor/autoload.php';
+
+if (!file_exists($filename)) {
+    echo 'You must first install the vendors using composer.' . PHP_EOL;
+    exit(1);
+}
+
+require_once $filename;