mirror of
https://github.com/flarum/core.git
synced 2025-07-16 06:16:23 +02:00
Integration tests: Fix test setup
This commit is contained in:
@ -41,7 +41,8 @@ echo "\nOff we go...\n";
|
|||||||
$installation = new Installation(
|
$installation = new Installation(
|
||||||
__DIR__.'/tmp',
|
__DIR__.'/tmp',
|
||||||
__DIR__.'/tmp/public',
|
__DIR__.'/tmp/public',
|
||||||
__DIR__.'/tmp/storage'
|
__DIR__.'/tmp/storage',
|
||||||
|
__DIR__.'/../../vendor'
|
||||||
);
|
);
|
||||||
|
|
||||||
$pipeline = $installation
|
$pipeline = $installation
|
||||||
|
Reference in New Issue
Block a user