Integration tests: Fix test setup

This commit is contained in:
Franz Liedke 2019-06-13 00:13:38 +02:00 committed by Alexander Skvortsov
parent cc3d0d6d0a
commit e20961dabc

View File

@ -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