mirror of
https://github.com/flarum/core.git
synced 2025-07-25 10:41:24 +02:00
Use latest version of settings package
This allows us to get rid of hacks for configuring settings and config
This commit is contained in:
@@ -25,11 +25,7 @@ class CreateTest extends TestCase
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
$this->prepareDatabase([
|
||||
'settings' => [
|
||||
['key' => 'mail_driver', 'value' => 'log'],
|
||||
],
|
||||
]);
|
||||
$this->setting('mail_driver', 'log');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user