mirror of
https://github.com/friendica/friendica
synced 2025-04-27 07:50:10 +00:00
Make frio the default theme
This commit is contained in:
parent
5b655a9768
commit
9c0549128b
3 changed files with 4 additions and 4 deletions
|
@ -176,7 +176,7 @@ class ConfigFileLoaderTest extends MockedTest
|
|||
self::assertEquals('999', $configCache->get('config', 'max_import_size'));
|
||||
self::assertEquals('666', $configCache->get('system', 'maximagesize'));
|
||||
|
||||
self::assertEquals('quattro,vier,duepuntozero', $configCache->get('system', 'allowed_themes'));
|
||||
self::assertEquals('frio,quattro,vier,duepuntozero', $configCache->get('system', 'allowed_themes'));
|
||||
self::assertEquals('1', $configCache->get('system', 'no_regfullname'));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue