function MigrateActionConfigsTest::testActionSettings
Tests migration of action variables to null.
File
-
core/
modules/ system/ tests/ src/ Kernel/ Migrate/ d7/ MigrateActionConfigsTest.php, line 30
Class
- MigrateActionConfigsTest
- Upgrade variables to null.
Namespace
Drupal\Tests\system\Kernel\Migrate\d7Code
public function testActionSettings() : void {
$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.