summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/test/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ruflin/elastica/test/bootstrap.php')
-rw-r--r--vendor/ruflin/elastica/test/bootstrap.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/ruflin/elastica/test/bootstrap.php b/vendor/ruflin/elastica/test/bootstrap.php
new file mode 100644
index 00000000..5903f805
--- /dev/null
+++ b/vendor/ruflin/elastica/test/bootstrap.php
@@ -0,0 +1,5 @@
+<?php
+
+defined('BASE_PATH') || define('BASE_PATH', realpath(__DIR__));
+
+require dirname(__DIR__) . '/vendor/autoload.php';