summaryrefslogtreecommitdiffstats
path: root/tests/_bootstrap.php
diff options
context:
space:
mode:
authorMaurice Svay <maurice@svay.com>2015-08-11 07:45:48 +0200
committerMaurice Svay <maurice@svay.com>2015-08-11 07:45:48 +0200
commite47418ee75998ae22a506b8fd596dbba58388266 (patch)
treece1761ec71aed8ffcc06f6ef2d1ab7cdb8e48e67 /tests/_bootstrap.php
parentd477e4492370304f3db94ca6ccd831d161e16efd (diff)
parent6114a3b5c070a0247cd672702f8b81c0207012d4 (diff)
downloadplanet-e47418ee75998ae22a506b8fd596dbba58388266.tar
planet-e47418ee75998ae22a506b8fd596dbba58388266.tar.gz
planet-e47418ee75998ae22a506b8fd596dbba58388266.tar.bz2
planet-e47418ee75998ae22a506b8fd596dbba58388266.tar.xz
planet-e47418ee75998ae22a506b8fd596dbba58388266.zip
Merge pull request #74 from nashe/patch-composer
Package the project with Composer
Diffstat (limited to 'tests/_bootstrap.php')
-rw-r--r--tests/_bootstrap.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/_bootstrap.php b/tests/_bootstrap.php
new file mode 100644
index 0000000..69f9bda
--- /dev/null
+++ b/tests/_bootstrap.php
@@ -0,0 +1,4 @@
+<?php
+// This is global bootstrap for autoloading
+
+require __DIR__.'/../vendor/autoload.php';