mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
Apply fixes from StyleCI
This commit is contained in:
@@ -47,7 +47,7 @@ class TestCaseTest extends TestCase
|
|||||||
$this->assertEquals('something_other_than_username', $settings->get('display_name_driver'));
|
$this->assertEquals('something_other_than_username', $settings->get('display_name_driver'));
|
||||||
}
|
}
|
||||||
|
|
||||||
#[Test]
|
#[Test]
|
||||||
public function settings_cleaned_up_from_previous_method()
|
public function settings_cleaned_up_from_previous_method()
|
||||||
{
|
{
|
||||||
$settings = $this->app()->getContainer()->make(SettingsRepositoryInterface::class);
|
$settings = $this->app()->getContainer()->make(SettingsRepositoryInterface::class);
|
||||||
|
Reference in New Issue
Block a user