function MigrateNodeSettingsTest::testAggregatorSettings

Tests migration of node variables to node.settings config object.

File

core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeSettingsTest.php, line 37

Class

MigrateNodeSettingsTest
Upgrade variables to node.settings config object.

Namespace

Drupal\Tests\node\Kernel\Migrate\d7

Code

public function testAggregatorSettings() : void {
  $config = $this->config('node.settings');
  $this->assertEquals(1, $config->get('use_admin_theme'));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.