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