From 8061bfd74aba080cbc1ac4f92f3c094f2fba2b7a Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Wed, 12 Jun 2019 23:46:15 +0200 Subject: [PATCH] Integration tests: Configure vendor path Now that this is possible, make the easy change... --- tests/integration/TestCase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/TestCase.php b/tests/integration/TestCase.php index 8785f8669..2d295d11d 100644 --- a/tests/integration/TestCase.php +++ b/tests/integration/TestCase.php @@ -43,6 +43,7 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase $site = new InstalledSite( [ 'base' => __DIR__.'/tmp', + 'vendor' => __DIR__.'/../../vendor', 'public' => __DIR__.'/tmp/public', 'storage' => __DIR__.'/tmp/storage', ],