From a8ddf748a7a9060d52202e2af5d77a6c5c6a2cd5 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 20 Sep 2015 18:18:36 +0200 Subject: fix import for integration tests --- tests/bootstrap.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/bootstrap.php (limited to 'tests/bootstrap.php') diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 000000000..9149dd874 --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,13 @@ + + * @copyright Bernhard Posselt 2012, 2014 + */ + +require_once __DIR__ . '/../../../tests/bootstrap.php'; +require_once __DIR__ . '/../vendor/autoload.php'; -- cgit v1.2.3