function ConfigTest::testSetValue
@covers ::set
      
    
@dataProvider nestedDataProvider
File
- 
              core/tests/ Drupal/ Tests/ Core/ Config/ ConfigTest.php, line 256 
Class
- ConfigTest
- Tests the Config.
Namespace
Drupal\Tests\Core\ConfigCode
public function testSetValue($data) : void {
  foreach ($data as $key => $value) {
    $this->config
      ->set($key, $value);
  }
  $this->assertConfigDataEquals($data);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
