From 5632ffb62b72746d93b41f557a910fc3b2b3b42e Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Thu, 13 Jun 2019 00:13:38 +0200 Subject: [PATCH] Integration tests: Fix test setup --- framework/core/tests/integration/setup.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/framework/core/tests/integration/setup.php b/framework/core/tests/integration/setup.php index 590538f2b..45f0a382d 100644 --- a/framework/core/tests/integration/setup.php +++ b/framework/core/tests/integration/setup.php @@ -41,7 +41,8 @@ echo "\nOff we go...\n"; $installation = new Installation( __DIR__.'/tmp', __DIR__.'/tmp/public', - __DIR__.'/tmp/storage' + __DIR__.'/tmp/storage', + __DIR__.'/../../vendor' ); $pipeline = $installation