function SettingsTest::testGetAll

Tests get all.

@legacy-covers ::getAll

File

core/tests/Drupal/Tests/Core/Site/SettingsTest.php, line 76

Class

SettingsTest
Tests Drupal\Core\Site\Settings.

Namespace

Drupal\Tests\Core\Site

Code

public function testGetAll() : void {
  $this->assertEquals($this->config, Settings::getAll());
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.