function MigrateActionConfigsTest::testActionSettings

Tests migration of action variables to null.

File

core/modules/system/tests/src/Kernel/Migrate/d7/MigrateActionConfigsTest.php, line 33

Class

MigrateActionConfigsTest
Upgrade variables to null.

Namespace

Drupal\Tests\system\Kernel\Migrate\d7

Code

public function testActionSettings() {
  $config = $this->config('action.settings');
  $this->assertTrue($config->isNew());
}

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