1
0
mirror of https://github.com/flarum/core.git synced 2025-02-24 03:05:12 +01:00

Integration tests: Configure vendor path

Now that this is possible, make the easy change...
This commit is contained in:
Franz Liedke 2019-06-12 23:46:15 +02:00
parent 4c309d2ad7
commit 8061bfd74a
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

View File

@ -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',
],