mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-17 00:51:04 +02:00
Update ide-helper
This commit is contained in:
@ -147,7 +147,7 @@ class SettingServiceTest extends FeatureTestCase
|
||||
|
||||
Settings::set(self::SETTING_NAME, self::SETTING_VALUE_STRING);
|
||||
|
||||
$all = Settings::all();
|
||||
$all = Settings::all()->toArray();
|
||||
|
||||
$this->assertArrayHasKey(self::SETTING_NAME, $all);
|
||||
$this->assertEquals($all[self::SETTING_NAME], self::SETTING_VALUE_STRING);
|
||||
|
Reference in New Issue
Block a user