mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 06:01:56 +08:00
Integration tests: Fix test setup
This commit is contained in:
parent
cc3d0d6d0a
commit
e20961dabc
|
@ -41,7 +41,8 @@ echo "\nOff we go...\n";
|
|||
$installation = new Installation(
|
||||
__DIR__.'/tmp',
|
||||
__DIR__.'/tmp/public',
|
||||
__DIR__.'/tmp/storage'
|
||||
__DIR__.'/tmp/storage',
|
||||
__DIR__.'/../../vendor'
|
||||
);
|
||||
|
||||
$pipeline = $installation
|
||||
|
|
Loading…
Reference in New Issue
Block a user