function SettingsTest::testGetAll
Tests get all.
@legacy-covers ::getAll
File
-
core/
tests/ Drupal/ Tests/ Core/ Site/ SettingsTest.php, line 76
Class
Namespace
Drupal\Tests\Core\SiteCode
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.