mirror of
https://github.com/flarum/core.git
synced 2025-08-03 23:17:43 +02:00
Integration tests: Configure vendor path
Now that this is possible, make the easy change...
This commit is contained in:
committed by
Alexander Skvortsov
parent
e6d4c66933
commit
05b4d8076b
@@ -43,6 +43,7 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase
|
|||||||
$site = new InstalledSite(
|
$site = new InstalledSite(
|
||||||
[
|
[
|
||||||
'base' => __DIR__.'/tmp',
|
'base' => __DIR__.'/tmp',
|
||||||
|
'vendor' => __DIR__.'/../../vendor',
|
||||||
'public' => __DIR__.'/tmp/public',
|
'public' => __DIR__.'/tmp/public',
|
||||||
'storage' => __DIR__.'/tmp/storage',
|
'storage' => __DIR__.'/tmp/storage',
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user