Update ide-helper

This commit is contained in:
Bubka
2024-06-26 16:02:49 +02:00
parent ba3b689c61
commit d33c5ec4d5
4 changed files with 407 additions and 4 deletions

View File

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