1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

fixing error in tests for missing timezone

This commit is contained in:
Daniël Klabbers
2022-01-20 13:42:26 +01:00
parent 718d73e4c6
commit bf8f4b3bcb

View File

@@ -159,6 +159,9 @@ class InstalledSite implements SiteInterface
protected function getIlluminateConfig()
{
return new ConfigRepository([
'app' => [
'timezone' => 'UTC'
],
'view' => [
'paths' => [],
'compiled' => $this->paths->storage.'/views',