Fix vendor path

This commit is contained in:
Alexander Skvortsov 2021-01-13 16:49:39 -05:00
parent 0dba5af52d
commit 167ffced5d

@ -47,7 +47,7 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase
$site = new InstalledSite(
new Paths([
'base' => __DIR__.'/tmp',
'vendor' => __DIR__.'/../../vendor',
'vendor' => __DIR__.'/../../../../',
'public' => __DIR__.'/tmp/public',
'storage' => __DIR__.'/tmp/storage',
]),