1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 17:36:38 +02:00

Add Settings Extender (#2452)

This commit is contained in:
Sami Mazouz
2020-12-04 23:20:06 +01:00
committed by GitHub
parent eed407812f
commit cfa533ebd6
3 changed files with 196 additions and 9 deletions

View File

@@ -45,15 +45,6 @@ class ApiSerializerTest extends TestCase
]);
}
protected function prepSettingsDb()
{
$this->prepareDatabase([
'settings' => [
['key' => 'customPrefix.customSetting', 'value' => 'customValue']
],
]);
}
/**
* @test
*/