1
0
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:
StyleCI Bot
2024-11-29 12:54:36 +00:00
parent 08b36149fd
commit 9920a9f2f0

View File

@@ -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);