function SettingsTest::testGetHashSalt
Tests Settings::getHashSalt().
@covers ::getHashSalt
File
-
core/
tests/ Drupal/ Tests/ Core/ Site/ SettingsTest.php, line 81
Class
- SettingsTest
- @coversDefaultClass \Drupal\Core\Site\Settings[[api-linebreak]] @runTestsInSeparateProcesses @group Site
Namespace
Drupal\Tests\Core\SiteCode
public function testGetHashSalt() : void {
$this->assertSame($this->config['hash_salt'], $this->settings
->getHashSalt());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.