diff options
author | Maurice Svay <maurice@svay.com> | 2015-08-11 07:45:48 +0200 |
---|---|---|
committer | Maurice Svay <maurice@svay.com> | 2015-08-11 07:45:48 +0200 |
commit | e47418ee75998ae22a506b8fd596dbba58388266 (patch) | |
tree | ce1761ec71aed8ffcc06f6ef2d1ab7cdb8e48e67 /tests/_bootstrap.php | |
parent | d477e4492370304f3db94ca6ccd831d161e16efd (diff) | |
parent | 6114a3b5c070a0247cd672702f8b81c0207012d4 (diff) | |
download | planet-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.php | 4 |
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'; |