mirror of
https://github.com/flarum/core.git
synced 2025-07-26 11:10:41 +02:00
Fix vendor path
This commit is contained in:
@@ -47,7 +47,7 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase
|
|||||||
$site = new InstalledSite(
|
$site = new InstalledSite(
|
||||||
new Paths([
|
new Paths([
|
||||||
'base' => __DIR__.'/tmp',
|
'base' => __DIR__.'/tmp',
|
||||||
'vendor' => __DIR__.'/../../vendor',
|
'vendor' => __DIR__.'/../../../../',
|
||||||
'public' => __DIR__.'/tmp/public',
|
'public' => __DIR__.'/tmp/public',
|
||||||
'storage' => __DIR__.'/tmp/storage',
|
'storage' => __DIR__.'/tmp/storage',
|
||||||
]),
|
]),
|
||||||
|
Reference in New Issue
Block a user