function SettingsTest::testGetAll
Same name and namespace in other branches
- 11.x core/tests/Drupal/Tests/Core/Site/SettingsTest.php \Drupal\Tests\Core\Site\SettingsTest::testGetAll()
- 10 core/tests/Drupal/Tests/Core/Site/SettingsTest.php \Drupal\Tests\Core\Site\SettingsTest::testGetAll()
- 9 core/tests/Drupal/Tests/Core/Site/SettingsTest.php \Drupal\Tests\Core\Site\SettingsTest::testGetAll()
- 8.9.x core/tests/Drupal/Tests/Core/Site/SettingsTest.php \Drupal\Tests\Core\Site\SettingsTest::testGetAll()
Tests get all.
File
-
core/
tests/ Drupal/ Tests/ Core/ Site/ SettingsTest.php, line 72
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.