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:
@@ -45,15 +45,6 @@ class ApiSerializerTest extends TestCase
|
||||
]);
|
||||
}
|
||||
|
||||
protected function prepSettingsDb()
|
||||
{
|
||||
$this->prepareDatabase([
|
||||
'settings' => [
|
||||
['key' => 'customPrefix.customSetting', 'value' => 'customValue']
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* @test
|
||||
*/
|
||||
|
Reference in New Issue
Block a user